Skip to content

Commit

Permalink
ci: migrate to official action
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh authored Apr 3, 2024
1 parent 7a01caa commit 364ea4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
contents: write
steps:
- name: 🪙 Convert token
uses: tibdex/github-app-token@v1
uses: actions/create-github-app-token@v1
id: generate_token
with:
app_id: ${{ secrets.UGRC_RELEASE_BOT_APP_ID }}
private_key: ${{ secrets.UGRC_RELEASE_BOT_APP_KEY }}
app-id: ${{ secrets.UGRC_RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.UGRC_RELEASE_BOT_APP_KEY }}

- name: ⬇️ Set up code
uses: actions/checkout@v3
Expand Down

0 comments on commit 364ea4d

Please sign in to comment.