Skip to content

Commit

Permalink
ci: fix GITHUB_TOKEN permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alixinne committed Jan 6, 2024
1 parent 95e55a0 commit e2ea0a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
jobs:
build:
uses: vtavernier/github-workflows/.github/workflows/build-go-docker.yml@v1
permissions:
contents: read # It's the GH_TOKEN that writes back to the repository
issues: write # For semantic-release comments
packages: write # For pushing to docker
with:
submodules: recursive
secrets:
Expand Down

0 comments on commit e2ea0a7

Please # to comment.