Skip to content

Commit

Permalink
fix(build): 🐛 Give proper permissions again
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Apr 15, 2024
1 parent 51a7433 commit a7dbb2a
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 @@ -32,6 +32,8 @@ jobs:
platform: linux/amd64
permissions:
contents: read
packages: write
id-token: write

steps:
- name: Prepare
Expand Down Expand Up @@ -100,7 +102,7 @@ jobs:
contents: read
packages: write
id-token: write

steps:
- name: Prepare
run: |
Expand Down

0 comments on commit a7dbb2a

Please sign in to comment.