Skip to content

Commit

Permalink
ci: fix create-github-app-token ref
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted committed Mar 24, 2024
1 parent 7b822bf commit 61f0105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
# This workflow requires a non-GHA token in order to trigger downstream CI, and to access the 'fork' repository.
- id: app-token
uses: actions/create-github-app-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.POETRY_TOKEN_APP_ID }}
private-key: ${{ secrets.POETRY_TOKEN_APP_KEY }}
Expand Down

0 comments on commit 61f0105

Please sign in to comment.