Skip to content

Commit

Permalink
fix: generate token to close issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed Sep 25, 2023
1 parent 5676919 commit e158446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rococo-slot-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
private_key: ${{ secrets.APP_KEY }}

- name: Close issue
if: steps.onboard.outcome == 'success'
Expand Down

0 comments on commit e158446

Please sign in to comment.