Skip to content

Commit c4ec6df

Browse files
committed
Dernière configuration du fichier publish.yml
1 parent 950ee42 commit c4ec6df

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "v*.*.*"
77

8+
permissions:
9+
id-token: write
10+
811
jobs:
912
test:
1013
name: Run Tests on Multiple OS
@@ -38,6 +41,10 @@ jobs:
3841
runs-on: ubuntu-latest
3942
if: startsWith(github.ref, 'refs/tags/v')
4043

44+
permissions:
45+
id-token: write
46+
contents: read
47+
4148
steps:
4249
- name: Checkout code
4350
uses: actions/checkout@v4

0 commit comments

Comments
 (0)