Skip to content

Commit

Permalink
ci: fix perm errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Feb 20, 2024
1 parent 687a176 commit dffdd7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
name: Docker Build Images
needs: ci
uses: hoverkraft-tech/ci-github-container/.github/workflows/[email protected]
permissions:
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 dffdd7b

Please sign in to comment.