Skip to content

Commit

Permalink
permission
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Nov 27, 2024
1 parent 0d0c0c8 commit b3f923a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ env:
CRT_CI_ROLE: ${{ secrets.CRT_CI_ROLE_ARN }}
AWS_DEFAULT_REGION: us-east-1

permissions:
id-token: write # This is required for requesting the JWT

jobs:
codecov-linux:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit b3f923a

Please sign in to comment.