Skip to content

Commit

Permalink
add id-token write permission for remote build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Jun 4, 2024
1 parent edb0aa2 commit a4736fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.remotebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
if: "${{ !startsWith(github.event.head_commit.message, 'GitBook: [#') }}"
permissions:
contents: read
id-token: write
packages: write

steps:
Expand Down

0 comments on commit a4736fe

Please sign in to comment.