Skip to content

Commit

Permalink
Explicitly state write permissions on publish job (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Verhoog committed Sep 6, 2024
1 parent 64a2580 commit 7f9e388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
build-and-publish:
runs-on: ubuntu-latest
permissions:
packages: write
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7f9e388

Please sign in to comment.