Skip to content

Commit 64ab814

Browse files
authored
Add 'id-token: write' permission to publish.yml (#148)
Signed-off-by: Fabrice Normandin <[email protected]>
1 parent 92f16e9 commit 64ab814

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
# This workflow will upload a Python Package using Poetry when a release is created
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
31

4-
# This workflow uses actions that are not certified by GitHub.
5-
# They are provided by a third-party and are governed by
6-
# separate terms of service, privacy policy, and support
7-
# documentation.
82
on:
93
release:
104
types: [published]
115
workflow_dispatch:
12-
6+
permissions:
7+
id-token: write
138
jobs:
149
publish:
1510
strategy:

0 commit comments

Comments
 (0)