Skip to content

Commit

Permalink
use cloud java bot token when adding remote
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Jan 22, 2024
1 parent ae156cb commit 6f26357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_new_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
git add --all
commit_message="feat: [${API_SHORTNAME}] new module for ${API_SHORTNAME}"
git commit -m "${commit_message}"
git remote add monorepo https://${{ github.actor }}:${{ github.token }}@github.com/${{ github.repository }}.git
git remote add monorepo https://cloud-java-bot:${GH_TOKEN}@github.com/${{ github.repository }}.git
git fetch -q --unshallow monorepo
git push -f monorepo "${branch_name}"
Expand Down

0 comments on commit 6f26357

Please sign in to comment.