Skip to content

Commit 0609cd9

Browse files
author
naman-msft
committed
gave write permissions to the id token
1 parent d9e7e26 commit 0609cd9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/script-cleanup.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
# - cron: '0 2 * * *'
77
workflow_dispatch:
88

9+
permissions:
10+
contents: write
11+
id-token: write
12+
issues: write
13+
914
jobs:
1015
cleanup:
1116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)