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 74c2cfd commit d2f1379Copy full SHA for d2f1379
.github/workflows/cd.yml
@@ -2,6 +2,11 @@ name: CD
2
on:
3
push:
4
branches: [master]
5
+
6
+permissions:
7
+ contents: write # Required to push to the repository
8
+ id-token: write # Required for OIDC
9
10
jobs:
11
CD:
12
runs-on: ubuntu-latest
@@ -26,6 +31,5 @@ jobs:
26
31
- name: Release
27
32
run: npm run release
28
33
env:
29
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
DEBUG: '*'
.nvmrc
@@ -1 +1 @@
1
-20
+24
0 commit comments