Skip to content

Commit

Permalink
Update github-app-token action
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Feb 8, 2025
1 parent 61853c7 commit 1d53229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/project_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: GitHub App token
id: generate_token
uses: tibdex/github-app-token@v2
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PEM }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PEM }}

- name: Add to Developer Board
env:
Expand Down

0 comments on commit 1d53229

Please sign in to comment.