Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fix(ci-submodules): use actions bot GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
nayyara-airlangga authored Jul 29, 2024
1 parent 178048a commit 7556dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
run: |
git config user.email "[email protected]"
git config user.name "actions-user"
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git commit -am "Auto updated submodule references" && git push || echo "No changes to commit"

0 comments on commit 7556dbc

Please sign in to comment.