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 e627359 commit 232f241Copy full SHA for 232f241
.github/workflows/releaseToDev.yml
@@ -39,6 +39,8 @@ jobs:
39
permissions:
40
contents: read
41
packages: read
42
+ env:
43
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
steps:
45
- name: Authenticate Node
46
uses: actions/setup-node@v4
.github/workflows/releaseToProd.yml
@@ -16,6 +16,8 @@ jobs:
16
17
18
19
20
21
22
23
0 commit comments