Skip to content

Commit a5a7d64

Browse files
committed
add permissions
1 parent f2f6050 commit a5a7d64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
fail-fast: false
22-
22+
permissions:
23+
id-token: write
2324
steps:
2425
- name: Checkout
2526
uses: actions/checkout@v4

0 commit comments

Comments
 (0)