Skip to content

Commit 4f552eb

Browse files
authored
Update CI/CD workflow permissions
Added permissions for contents and packages in CI/CD workflow.
1 parent 897307b commit 4f552eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/.cicd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
docker:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
packages: write # required to publish to GHCR
1114
steps:
1215
- name: Checkout
1316
uses: actions/checkout@v3

0 commit comments

Comments
 (0)