Skip to content

Commit

Permalink
Fix permissions for publish release artifacts workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed May 30, 2023
1 parent de52d69 commit 488e4d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
# only run if `check-tag` completes successfully
needs: check-tag
runs-on: ubuntu-latest
permissions:
- contents: write
steps:
# TODO: replace with artifact upload/download -- make sure there's no race condition with other builds also
# uploaading an artifact.
Expand Down

0 comments on commit 488e4d6

Please sign in to comment.