Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjick committed Jun 23, 2024
1 parent 43d66da commit 4473137
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 4473137

Please sign in to comment.