Skip to content

Commit

Permalink
fix: token name
Browse files Browse the repository at this point in the history
  • Loading branch information
Денис Цыганов committed Feb 19, 2024
1 parent f17c937 commit 001d39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: BASE_URL=tms-stat-viewer-example npm install && npm run build
BUILD_DIR: dist/

0 comments on commit 001d39d

Please sign in to comment.