Skip to content

Commit caaffb7

Browse files
committed
💚 Fixed Docker workflow permissions
1 parent 2c19223 commit caaffb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
packages: write
1215

1316
steps:
1417
- name: Checkout code

0 commit comments

Comments
 (0)