Skip to content

Commit

Permalink
CD: fix release workflow permissions
Browse files Browse the repository at this point in the history
(Note: v10.3 *was* released successfully,
but the workflow failed to update
the GitHub Releases page at the end
due to token permission problems.)
  • Loading branch information
medmunds committed Mar 12, 2024
1 parent fc1bd14 commit 1b78912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
release:
runs-on: ubuntu-20.04
environment: release
permissions:
# `gh release` requires write permission on repo contents
contents: write
steps:
- name: Get code
uses: actions/checkout@v3
Expand Down

0 comments on commit 1b78912

Please sign in to comment.