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: .github/workflows/release-automation.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ jobs:
62
62
# This is required for configure-aws-credentials to request an OIDC JWT ID token to access AWS resources later on.
63
63
# More info: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
64
64
id-token: write
65
-
contents: read# this is required for actions/checkout
65
+
contents: write# this is required for actions/checkout
0 commit comments