Skip to content

Commit

Permalink
chore: Fix failing OIDC workflows; cleanup unused actions (#4848)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch authored Oct 18, 2024
1 parent 5442e40 commit ae74eb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 92 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
jobs:
bench:
runs-on: ubuntu-latest
permissions:
contents: read # This is required for actions/checkout
id-token: write # This is required for requesting the JWT
steps:
- uses: actions/checkout@v3

Expand Down
47 changes: 0 additions & 47 deletions .github/workflows/gha_failure_monitor.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/private_fork_pr_codebuild.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/usage_guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
permissions:
contents: write
statuses: write
id-token: write # This is required for requesting the JWT/OIDC

jobs:
build-deploy:
Expand Down

0 comments on commit ae74eb5

Please sign in to comment.