You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oidc-exchange.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,14 @@
16
16
17
17
This generally indicates a workflow configuration error, such as insufficient
18
18
permissions. Make sure that your workflow has `id-token: write` configured
19
-
at either the workflow or job level, e.g.:
19
+
at the job level, e.g.:
20
20
21
21
```yaml
22
22
permissions:
23
23
id-token: write
24
24
```
25
+
26
+
Learn more at https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings.
25
27
"""
26
28
27
29
# Rendered if the package index refuses the given OIDC token.
0 commit comments