Skip to content

Commit fa278ff

Browse files
fix(ci): add id-token permission for pr-notify workflow (#72)
The reusable oss_pr_opened_notification workflow requests id-token: write, but the calling workflow did not grant it, causing the workflow to fail.
1 parent 3096680 commit fa278ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reusable-workflows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
needs:
2222
- web-kit-pull-request
2323
name: Notify GChat
24+
permissions:
25+
id-token: write
2426
uses: ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main
2527
secrets:
2628
gchat_webhook: ${{ secrets.GCHAT_PRS_WEBHOOK }}

0 commit comments

Comments
 (0)