Skip to content

Commit

Permalink
add temp local token use
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
lahabana committed May 1, 2023
1 parent 0e6bd7f commit 45e66e7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/wfc_backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
message: backporting to ${{ matrix.branch }} with [action](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
- id: github-app-token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0
with:
app_id: ${{ secrets.appId }}
private_key: ${{ secrets.appPrivateKey }}
# with:
# app_id: ${{ secrets.appId }}
# private_key: ${{ secrets.appPrivateKey }}
run: |
echo "token=${{ github.token }}" >> $GITHUB_OUTPUT
- uses: actions/checkout@v3
with:
ref: ${{ env.TARGET_BRANCH }}
Expand Down

0 comments on commit 45e66e7

Please sign in to comment.