Skip to content

Commit

Permalink
try github.token for authoring the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Jan 18, 2024
1 parent 4c2aac6 commit 7ffd10f
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 @@ -137,10 +137,10 @@ jobs:
\`\`\`
python generation/new_client/new-client.py generate ${GENERATION_ARGUMENTS}
\`\`\`"
gh pr create --title "${commit_message}" --body "${pr_body}" --head "${branch_name}"
gh pr create --title "${commit_message}" --label "owlbot:run" --head "${branch_name}" --body "${pr_body}"
env:
USERNAME: ${{ github.actor }}
API_SHORTNAME: ${{ github.event.inputs.api_shortname }}
GENERATION_ARGUMENTS: ${{ steps.generation.outputs.new_library_args }}
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
GH_TOKEN: ${{ github.token }}

0 comments on commit 7ffd10f

Please sign in to comment.