Skip to content

Commit

Permalink
Add id-token.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Oct 30, 2023
1 parent 5224b5a commit 3ab22f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ on:
permissions:
contents: read


# Only have a run a single parallel for each branch.
# Runs for trunk are queues.
# Older runs for non-trunk branches are cancelled and the jobs are executed
Expand Down Expand Up @@ -155,6 +154,9 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 3ab22f5

Please sign in to comment.