Skip to content

Commit fe67ddf

Browse files
authored
fix: add id-token permissions for AWS credentials (#1546)
1 parent cd0fc03 commit fe67ddf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-release-branch.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
schedule:
1717
- cron: "0 7 * * 1-5" # At 07:00 UTC (00:00 PST, 03:00 EST), Monday through Friday
1818

19+
permissions:
20+
id-token: write
21+
contents: read
22+
1923
concurrency:
2024
group: release-manual-${{ github.ref }}
2125
cancel-in-progress: true

0 commit comments

Comments
 (0)