Skip to content

Commit

Permalink
adding explicit permissions to action
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Mar 19, 2024
1 parent 0e97621 commit 9f02872
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
docker:
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 9f02872

Please sign in to comment.