Skip to content

Commit 7df53db

Browse files
authored
chore: add id-token perms to pr job
1 parent caa5f52 commit 7df53db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
lint:
99
name: "Lint, Build and Test"
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
1113
steps:
1214
- name: Harden the runner
1315
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2

0 commit comments

Comments
 (0)