Skip to content

Commit

Permalink
Merge pull request #4 from solidDoWant/deploy-minimum-perms
Browse files Browse the repository at this point in the history
Set only required token permissions for container image publishing
  • Loading branch information
kashalls committed Dec 15, 2023
2 parents 710d504 + 3cfbbe3 commit f71f218
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/container-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push'

permissions:
contents: read
packages: write

steps:
- name: Checkout Project
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
Expand Down

0 comments on commit f71f218

Please sign in to comment.