Skip to content

Commit

Permalink
rename to use GH_TOKEN and not USER TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Jan 13, 2025
1 parent 6975074 commit b6f6928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-sync-script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
git add -A
git commit -m "Auto-sync: Update after running sync.py script"
git push https://x-access-token:${{ secrets.USER_TOKEN }}@github.com/${{ github.repository }}.git auto-sync-update
git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git auto-sync-update
gh pr create --title "Auto-sync: Update after running sync.py script" --body "This PR was automatically generated by the workflow."
2 changes: 1 addition & 1 deletion .github/workflows/web-assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
sudo chown -R www-data:www-data *
git add public/salam-wa.js public/salam-wa.wasm
git commit -m "Release: Update WebAssembly files"
git push https://x-access-token:${{ secrets.USER_TOKEN }}@github.com/SalamLang/Salam-Editor.git
git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/SalamLang/Salam-Editor.git

0 comments on commit b6f6928

Please sign in to comment.