Skip to content

Commit 244c6f8

Browse files
spike-rabbitfh1ch
authored andcommitted
1 parent 6f92067 commit 244c6f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
needs:
1414
- build-and-test
15+
permissions:
16+
id-token: write
1517
steps:
1618
- uses: actions/checkout@v5
1719
with:
@@ -33,7 +35,6 @@ jobs:
3335
GIT_COMMITTER_NAME: 'Siemens Element Bot'
3436
GIT_COMMITTER_EMAIL: '[email protected]'
3537
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_GITHUB_TOKEN }}
36-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3738

3839
publish-documentation:
3940
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)