Skip to content

Commit

Permalink
ci: add more perms
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Feb 20, 2024
1 parent dffdd7b commit aa30af9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
needs: ci
uses: hoverkraft-tech/ci-github-container/.github/workflows/[email protected]
permissions:
contents: read
id-token: write
issues: read
packages: write
pull-requests: read
id-token: write
secrets:
oci-registry-password: ${{ secrets.DOCKERHUB_REGISTRY_PASSWORD }}
with:
Expand Down

0 comments on commit aa30af9

Please sign in to comment.