Skip to content

Commit

Permalink
Added packages: write permissions to the job that publishes to GitHub…
Browse files Browse the repository at this point in the history
… packages service
  • Loading branch information
mburumaxwell committed Mar 7, 2024
1 parent 879af68 commit 3b48395
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ jobs:
name: Publish (GitHub Packages)
if: ${{ (github.ref == 'refs/heads/main') || startsWith(github.ref, 'refs/tags') }}

permissions:
packages: write

steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 3b48395

Please sign in to comment.