Skip to content

Commit

Permalink
ci: temporarily revert to GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 authored Feb 15, 2020
1 parent 4a461bb commit 25a570d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Deploy site
run: npm run action:deploy
env:
GH_TOKEN: ${{ secrets.DEPLOY_GH_PAGES_TOKEN }}
# GH_TOKEN: ${{ secrets.DEPLOY_GH_PAGES_TOKEN }}
# Interesting note: The GITHUB_TOKEN secret has the deployments scope
# w/ read/write access for repositories.
# See https://help.github.com/en/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token#permissions-for-the-github_token
Expand All @@ -87,4 +87,4 @@ jobs:
# the deployed results (a la GitHub Pages + Jekyll) arrives.
# See https://github.community/t5/GitHub-Actions/Github-action-not-triggering-gh-pages-upon-push/m-p/26869
# for more info.
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 25a570d

Please sign in to comment.