Skip to content

Commit ae74eb5

Browse files
authoredOct 18, 2024
chore: Fix failing OIDC workflows; cleanup unused actions (#4848)
1 parent 5442e40 commit ae74eb5

File tree

4 files changed

+4
-92
lines changed

4 files changed

+4
-92
lines changed
 

‎.github/workflows/bench.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
jobs:
1111
bench:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read # This is required for actions/checkout
15+
id-token: write # This is required for requesting the JWT
1316
steps:
1417
- uses: actions/checkout@v3
1518

‎.github/workflows/gha_failure_monitor.yml

-47
This file was deleted.

‎.github/workflows/private_fork_pr_codebuild.yml

-45
This file was deleted.

‎.github/workflows/usage_guide.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
permissions:
1919
contents: write
2020
statuses: write
21+
id-token: write # This is required for requesting the JWT/OIDC
2122

2223
jobs:
2324
build-deploy:

0 commit comments

Comments
 (0)
Failed to load comments.