Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KakoozaJerry committed Dec 4, 2021
1 parent a26dced commit d618550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fork_sync_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
base: gh-pages
head: gh-pages
auto_approve: true
personal_token: ${{ secrets.green }}
personal_token: ${{ secrets.GH_PERSONAL_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
base: main
head: main
auto_approve: true
personal_token: ${{ secrets.green }}
personal_token: ${{ secrets.GH_PERSONAL_TOKEN }}

0 comments on commit d618550

Please sign in to comment.