Skip to content

Commit 8479adb

Browse files
author
Loïc Mangeonjean
committed
fix: add id-token permission
1 parent a3c16ae commit 8479adb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Release
22

33
on: workflow_dispatch
4+
permissions:
5+
contents: write # to be able to publish a GitHub release
6+
issues: write # to be able to comment on released issues
7+
pull-requests: write # to be able to comment on released pull requests
8+
id-token: write # to verify the deployment originates from an appropriate source
49

510
jobs:
611
release:

0 commit comments

Comments
 (0)