Skip to content

Commit 156b108

Browse files
committed
ci: restore id-token write access
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 87ffc7f commit 156b108

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
arch: [amd64, arm64]
4646
runs-on: ubuntu-latest
4747
needs: [create-draft-release]
48+
permissions:
49+
id-token: write
4850
steps:
4951
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
5052
- uses: actions/checkout@v4
@@ -76,6 +78,8 @@ jobs:
7678
build-images:
7779
runs-on: ubuntu-latest
7880
needs: [create-draft-release]
81+
permissions:
82+
id-token: write
7983
steps:
8084
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
8185
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)