Skip to content

Commit 5ef1328

Browse files
committed
fix: add write permissions for CI job to push image
1 parent ce32095 commit 5ef1328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
test_build:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 20
20+
permissions:
21+
packages: write
2022
steps:
2123
- name: Checkout code
2224
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)