Skip to content

Commit

Permalink
ci: use new deployment token
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGiulianelli authored Feb 6, 2023
1 parent 9310f75 commit 1a8013c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
submodules: recursive
fetch-depth: 0
- name: Setup Node.js
Expand All @@ -73,7 +74,7 @@ jobs:
node-version: "lts/*"
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DEPLOYMENT_TOKEN }}
run: |
npm install
npx semantic-release
Expand Down

0 comments on commit 1a8013c

Please sign in to comment.