Skip to content

Commit 1306b1f

Browse files
committed
fix: Give packages-write permission
1 parent 3a5624f commit 1306b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
permissions:
2626
contents: read # required for actions/checkout
27+
packages: write # required for pushing the test image to ghcr.io
2728
steps:
2829
- name: Check out the repo
2930
uses: actions/checkout@v5

0 commit comments

Comments
 (0)