Skip to content

Commit d9757b8

Browse files
add required permission
Signed-off-by: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com>
1 parent a57e8d4 commit d9757b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
run-tests:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
id-token: write # Required to fetch the OIDC token
1214

1315
steps:
1416
- name: Set up Go 1.x

0 commit comments

Comments
 (0)