Skip to content

Commit

Permalink
Add 'id-token: write' permission to publish.yml (#148)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice authored Feb 3, 2025
1 parent 92f16e9 commit 64ab814
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
# This workflow will upload a Python Package using Poetry when a release is created
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
on:
release:
types: [published]
workflow_dispatch:

permissions:
id-token: write
jobs:
publish:
strategy:
Expand Down

0 comments on commit 64ab814

Please sign in to comment.