Skip to content

Commit fe05dec

Browse files
qkaiservlaci
authored andcommitted
Merge pull request #1097 from onekey-sec/fix-docker-permission
ci: fix docker registry permission
2 parents 3a7c6a1 + e4a4eb9 commit fe05dec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/CI.yml

+3
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ jobs:
276276
name: Build Docker image
277277
if: github.event_name == 'push' || contains(github.event.*.labels.*.name, 'dependencies')
278278
needs: [build_linux_wheels]
279+
permissions:
280+
security-events: write # sarif
281+
packages: write # registry
279282
runs-on: ubuntu-latest
280283
strategy:
281284
fail-fast: false

0 commit comments

Comments
 (0)