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: template/.github/workflows/ci.yaml.jinja
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ env:
12
12
13
13
permissions:
14
14
id-token: write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
15
+
contents: read # need to explicitly provide this whenever defining permissions because the default value is 'none' for anything not explicitly set when permissions are defined
Copy file name to clipboardExpand all lines: template/.github/workflows/publish.yaml.jinja
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ env:
14
14
15
15
permissions:
16
16
id-token: write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
17
+
contents: read # need to explicitly provide this whenever defining permissions because the default value is 'none' for anything not explicitly set when permissions are defined
id-token: write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
11
+
id-token: write # needed to assume OIDC roles (e.g. for downloading from CodeArtifact)
12
+
contents: read # need to explicitly provide this whenever defining permissions because the default value is 'none' for anything not explicitly set when permissions are defined
0 commit comments