Skip to content

Commit 935a44b

Browse files
authored
Merge pull request #286 from gsteel/fix-permissions
Add `packages.write` to token permissions
2 parents c623388 + 2cb3fa9 commit 935a44b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-push-containers.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
jobs:
88
release-container:
99
runs-on: ubuntu-latest
10+
11+
permissions:
12+
contents: read
13+
packages: write
14+
1015
steps:
1116
- name: Compile tag list
1217
id: tags

0 commit comments

Comments
 (0)