Skip to content

Commit

Permalink
Fix permissions issue.
Browse files Browse the repository at this point in the history
The release workflow requires additional permissions to post the
release.
  • Loading branch information
godofredoc committed Nov 9, 2023
1 parent 337b80a commit 0148c21
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/no-response_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ name: no-response-publish
permissions: read-all

on:
pull_request:
paths:
- 'gh_actions/third_party/no-response/**'
- '.github/workflows/no-response_test.yaml'
- '.github/workflows/no-response_publish.yaml'
release:
types: [published, edited]
branches:
Expand All @@ -20,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
ref: ${{ github.event.release.tag_name }}
ref: 'no-response-v0.5.1'
sparse-checkout: 'gh_actions/third_party/no-response'
sparse-checkout-cone-mode: false
- name: move_package_to_root
Expand Down

0 comments on commit 0148c21

Please sign in to comment.