Skip to content

Commit

Permalink
Merge pull request #8 from eroullit/fix-publish-package-perms
Browse files Browse the repository at this point in the history
Explicitly specify job permission to publish new Docker images on GHCR
  • Loading branch information
weirdan authored Feb 23, 2023
2 parents d1e009d + 182e6bc commit 634e88d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/watch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
docker:
name: Push tagged docker image
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- name: Checkout code
Expand Down

0 comments on commit 634e88d

Please sign in to comment.