Skip to content

Commit

Permalink
Use actions/create-github-app-token
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Feb 22, 2024
1 parent 9f9ae1c commit e7af47e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
- name: Install Dependencies
run: npm ci

- uses: tibdex/github-app-token@v2
- uses: actions/create-github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.GW2T_RELEASE_APP_ID }}
private_key: ${{ secrets.GW2T_RELEASE_APP_PRIVATE_KEY }}
app-id: ${{ secrets.GW2T_RELEASE_APP_ID }}
private-key: ${{ secrets.GW2T_RELEASE_APP_PRIVATE_KEY }}

- name: Setup git user
run: |
Expand Down

0 comments on commit e7af47e

Please sign in to comment.