Skip to content

Commit b470714

Browse files
committed
Update workflows
1 parent 8166f33 commit b470714

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-package.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
runs-on: ubuntu-latest
7979
needs: build
8080
if: github.event_name == 'release'
81+
permissions:
82+
id-token: write
83+
contents: read
8184
steps:
8285
- name: Download a distribution artifact
8386
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)