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 77b6fb9 commit e32d298Copy full SHA for e32d298
.github/workflows/main.yml
@@ -5,6 +5,9 @@ on:
5
push:
6
branches:
7
- master
8
+
9
+permissions:
10
+ id-token: write
11
12
jobs:
13
github-action-show-version:
@@ -99,5 +102,5 @@ jobs:
99
102
npx nx release --skip-publish
100
103
npx nx release publish
101
104
env:
- NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
105
+ # NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments