Skip to content

Commit 6f182d7

Browse files
authored
Merge pull request #20519 from mvdbeek/fix_npm_publishing
[24.2] Add id-token: write for npm publishing
2 parents 044442b + d499501 commit 6f182d7

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)