Skip to content

Commit 8d4f397

Browse files
Fix gh action permission (#765)
Recent commit 21455f2 restricted gh action permissions to read only, however, it needs package write permissions to update container images. Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
1 parent 2a1db79 commit 8d4f397

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616

1717
permissions:
1818
contents: read
19+
packages: write
1920

2021
env:
2122
DOCKER_REGISTRY: 'ghcr.io'

0 commit comments

Comments
 (0)