Skip to content

Commit

Permalink
Merge pull request #143 from pterodactyl/fix/workflow
Browse files Browse the repository at this point in the history
Use deploy key for github-pages workflow
  • Loading branch information
DaneEveritt authored Sep 28, 2019
2 parents 0d0da96 + 9815a51 commit a42811c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: peaceiris/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./.vuepress/dist

0 comments on commit a42811c

Please sign in to comment.