Skip to content

Commit

Permalink
ci: upgrade to github app token action
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored Apr 2, 2024
1 parent ac20172 commit 9fff6a9
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 @@ -103,11 +103,11 @@ jobs:
contents: write
steps:
- name: 🪙 Convert token
uses: tibdex/github-app-token@v2
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@v4
Expand Down

0 comments on commit 9fff6a9

Please sign in to comment.