Skip to content

Commit

Permalink
Add token to checkout action (#176)
Browse files Browse the repository at this point in the history
This fixes permission for `git push` by providing a token in checkout
action
  • Loading branch information
oliversun9 committed Nov 10, 2023
1 parent 81bf726 commit 2b412ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
private-key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
- name: Checkout repository code
uses: actions/checkout@v3
with:
token: ${{ steps.app_token.outputs.token }}
- uses: actions/setup-go@v3
with:
go-version: '^1.19.x'
Expand Down

0 comments on commit 2b412ad

Please sign in to comment.