Skip to content

Commit

Permalink
can both workflows access it from the config yml?
Browse files Browse the repository at this point in the history
  • Loading branch information
nora-codecov committed Sep 12, 2024
1 parent a2dc5e4 commit dca9fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ version: 2.1
orbs:
codecov: codecov/codecov@4.0.1

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
test-api:
docker:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: API workflow

on: [push, pull_request]

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dca9fd9

Please sign in to comment.