Skip to content

Commit

Permalink
Give container deploy step token permisisons
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 authored Dec 8, 2023
1 parent 24fb740 commit f56ec89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ jobs:
deploy-container:
name: Deploy to DockerHub and ghcr.io
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
if: github.ref == 'refs/heads/master'
needs:
- tidy
Expand Down

0 comments on commit f56ec89

Please sign in to comment.