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 9310f75 commit 1a8013cCopy full SHA for 1a8013c
.github/workflows/build-and-deploy.yml
@@ -65,6 +65,7 @@ jobs:
65
- name: Checkout the repository
66
uses: actions/checkout@v3
67
with:
68
+ token: ${{ secrets.DEPLOYMENT_TOKEN }}
69
submodules: recursive
70
fetch-depth: 0
71
- name: Setup Node.js
@@ -73,7 +74,7 @@ jobs:
73
74
node-version: "lts/*"
75
- name: Release
76
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
+ GITHUB_TOKEN: ${{ secrets.DEPLOYMENT_TOKEN }}
78
run: |
79
npm install
80
npx semantic-release
0 commit comments