Skip to content

Commit

Permalink
Merge pull request #158 from stefafafan/patch-1
Browse files Browse the repository at this point in the history
Use the official actions/create-github-app-token Action instead of tibdex/github-app-token
  • Loading branch information
Songmu authored Oct 15, 2023
2 parents 43d52e1 + 2084363 commit 7885dce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tagpr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
go-version: 1.x
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- name: checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 7885dce

Please sign in to comment.