Skip to content

Commit f56ec89

Browse files
authored
Give container deploy step token permisisons
1 parent 24fb740 commit f56ec89

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
@@ -169,6 +169,9 @@ jobs:
169169
deploy-container:
170170
name: Deploy to DockerHub and ghcr.io
171171
runs-on: ubuntu-22.04
172+
permissions:
173+
contents: read
174+
packages: write
172175
if: github.ref == 'refs/heads/master'
173176
needs:
174177
- tidy

0 commit comments

Comments
 (0)