Skip to content

Commit 64eef20

Browse files
committed
Fix missing deploy permission
1 parent 0d83157 commit 64eef20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ jobs:
262262

263263
runs-on: ubuntu-latest
264264
environment: release
265+
permissions:
266+
id-token: write
265267

266268
# Only publish when a GitHub Release is created.
267269
if: github.event_name == 'release'

0 commit comments

Comments
 (0)