Skip to content

Commit

Permalink
fix: use PAT (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Apr 12, 2023
1 parent 9bc0ec3 commit 6ac80c3
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 @@ -75,6 +75,7 @@ jobs:
name: Commit the automated changes to the Node.JS SDK repository
with:
repository: gentrace-node
token: ${{ secrets.GH_REPO_PAT }}
branch: openapi-${{ env.version }}
create_branch: true
commit_user_name: Gentrace Bot
Expand All @@ -98,6 +99,7 @@ jobs:
name: Commit the automated changes to the browser SDK repository
with:
repository: gentrace-browser
token: ${{ secrets.GH_REPO_PAT }}
branch: openapi-${{ env.version }}
create_branch: true
commit_user_name: Gentrace Bot
Expand Down

0 comments on commit 6ac80c3

Please sign in to comment.