Skip to content

Commit

Permalink
id token write
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevc committed Jul 12, 2024
1 parent 26dd5ac commit fe64872
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_mocked_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
env:
PYTHON_VERSION: "3.11"

permissions:
id-token: write

jobs:
formatting:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci_true_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
env:
PYTHON_VERSION: "3.11"

permissions:
id-token: write

jobs:
testing-true-api:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe64872

Please sign in to comment.