Skip to content

Commit

Permalink
use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Apr 12, 2024
1 parent e0a2630 commit 38c5e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vuepress-deploy.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_REPO: libfintx/libfintx.github.io
TARGET_BRANCH: master
BUILD_SCRIPT: yarn && yarn build
Expand Down

0 comments on commit 38c5e67

Please sign in to comment.