Skip to content

Commit 2cb3fa9

Browse files
committed
Add packages.write to token permissions
Signed-off-by: George Steel <george@net-glue.co.uk>
1 parent c623388 commit 2cb3fa9

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)