Skip to content

Commit 1a8013c

Browse files
ci: use new deployment token
1 parent 9310f75 commit 1a8013c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- name: Checkout the repository
6666
uses: actions/checkout@v3
6767
with:
68+
token: ${{ secrets.DEPLOYMENT_TOKEN }}
6869
submodules: recursive
6970
fetch-depth: 0
7071
- name: Setup Node.js
@@ -73,7 +74,7 @@ jobs:
7374
node-version: "lts/*"
7475
- name: Release
7576
env:
76-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77+
GITHUB_TOKEN: ${{ secrets.DEPLOYMENT_TOKEN }}
7778
run: |
7879
npm install
7980
npx semantic-release

0 commit comments

Comments
 (0)