Skip to content

Commit

Permalink
fix: add in token for PR creation (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Apr 12, 2023
1 parent 5ce0363 commit 4cde3e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
path: gentrace-node
token: ${{ secrets.GH_REPO_PAT }}
title: "chore: updating OpenAI generated NodeJS logic to ${{ env.version }}"
branch: openapi-${{ env.version }}
base: main
Expand All @@ -110,6 +111,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
path: gentrace-browser
token: ${{ secrets.GH_REPO_PAT }}
title: "chore: updating OpenAI generated NodeJS logic to ${{ env.version }}"
branch: openapi-${{ env.version }}
base: main
Expand Down

0 comments on commit 4cde3e0

Please sign in to comment.