Skip to content

Commit

Permalink
chore(ci): fix credentials for backport workflow (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder authored Aug 22, 2024
1 parent 34689ac commit cfcde9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
steps:
- uses: tibdex/backport@v2
with:
github_token: ${{ secrets.GATEWAY_BOT_PAT }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cfcde9f

Please sign in to comment.