Skip to content

Commit 1b41948

Browse files
Update cd.yml
1 parent 09ac271 commit 1b41948

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ on:
66
jobs:
77
docker:
88
permissions:
9-
contents: read # for actions/checkout to fetch code
10-
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
9+
contents: read
10+
security-events: write
11+
packages: write
1112
runs-on: ubuntu-latest
1213
steps:
1314
- name: Checkout

0 commit comments

Comments
 (0)