Skip to content

Commit

Permalink
include calling user in pr description, restore cloud java bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Jan 18, 2024
1 parent 7ffd10f commit 0332ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_new_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
git push -f monorepo "${branch_name}"
# create PR
pr_body="Generated with https://github.com/googleapis/google-cloud-java/actions/workflows/generate_new_client.yaml
pr_body="Generated by @${USERNAME} via [generate_new_client.yaml](https://github.com/googleapis/google-cloud-java/actions/workflows/generate_new_client.yaml)
Command used:
Expand All @@ -142,5 +142,5 @@ jobs:
USERNAME: ${{ github.actor }}
API_SHORTNAME: ${{ github.event.inputs.api_shortname }}
GENERATION_ARGUMENTS: ${{ steps.generation.outputs.new_library_args }}
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}

0 comments on commit 0332ee6

Please sign in to comment.