Skip to content

Commit d499501

Browse files
committed
Add id-token: write for npm publishing
1 parent dcd4cdc commit d499501

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_artifacts.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
if: github.repository_owner == 'galaxyproject'
3030
name: Build and Publish to NPM
3131
runs-on: ubuntu-latest
32+
permissions:
33+
id-token: write
3234
steps:
3335
- uses: actions/checkout@v4
3436
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)