Skip to content

Commit

Permalink
ci: fix github actions permissions
Browse files Browse the repository at this point in the history
fredleger committed Mar 2, 2024
1 parent 9d3c23c commit 2f8d723
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
@@ -118,6 +118,7 @@ jobs:
needs: [golangci-lint, go-test, go-coverage, chart-testing]
uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.15.0
permissions:
actions: write
contents: read
id-token: write
issues: read
1 change: 1 addition & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ jobs:
name: Continuous Integration
uses: ./.github/workflows/__shared-ci.yml
permissions:
actions: write
contents: read
id-token: write
issues: read

0 comments on commit 2f8d723

Please sign in to comment.