We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc6b9a commit 5e3a849Copy full SHA for 5e3a849
1 file changed
.github/workflows/scorecards-analysis.yaml
@@ -21,6 +21,8 @@ jobs:
21
security-events: write
22
actions: read
23
contents: read
24
+ # Needed to access OIDC token.
25
+ id-token: write
26
steps:
27
28
- name: Harden Runner
0 commit comments