Skip to content

Commit

Permalink
changed token var
Browse files Browse the repository at this point in the history
  • Loading branch information
timarnoldev authored Feb 18, 2024
1 parent 7cb8c56 commit 9f65079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
git config --global user.name "GitHub Actions"
git add .
git commit -m "Sync docs folder from ${GITHUB_REPOSITORY}"
git push
git push origin main
env:
PAT: ${{ steps.generate-token.outputs.token }}
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

- name: Cleanup
run: rm -rf temp_repo

0 comments on commit 9f65079

Please sign in to comment.