We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1683f2c commit 05c11c4Copy full SHA for 05c11c4
.github/workflows/build-or-publish.yml
@@ -9,6 +9,7 @@ on:
9
- '.github/**'
10
11
permissions:
12
+ id-token: write
13
contents: write
14
packages: write
15
@@ -63,6 +64,7 @@ jobs:
63
64
needs: detect-bump
65
if: needs.detect-bump.outputs.is_bump == 'true' && github.ref == 'refs/heads/master'
66
67
68
69
70
steps:
@@ -117,8 +119,6 @@ jobs:
117
119
scope: '@celonis'
118
120
121
- name: Publish to NPM Registry
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
122
run: |
123
cd dist/
124
npm publish --access public
0 commit comments