Skip to content

Commit

Permalink
actions permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakura913 committed Apr 18, 2024
1 parent dcc8a4a commit 9d42517
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ jobs:
retention-days: 1
merge:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write
if: ${{ github.event_name != 'pull_request' }}
needs:
- build
Expand Down

0 comments on commit 9d42517

Please sign in to comment.