Skip to content

Commit 46ab1c6

Browse files
authored
Merge pull request #629 from linki/linki-patch-1
Configure permissions for github action to address error
2 parents 210857d + 03b6c7a commit 46ab1c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/container-image.yml

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ env:
1717
jobs:
1818
build-and-push:
1919
runs-on: ubuntu-latest
20+
21+
permissions:
22+
contents: read
23+
packages: write
24+
2025
steps:
2126
- name: Checkout
2227
uses: actions/checkout@v4

0 commit comments

Comments
 (0)