Skip to content

Commit

Permalink
ci: use backport-action PAT
Browse files Browse the repository at this point in the history
When I merge pull requests from forks, the standard github token does
not have access to push commits or move next-release branches. The
backport-action PAT does have this access.
  • Loading branch information
korthout committed Dec 3, 2023
1 parent d1a261b commit 597c49e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.BACKPORT_ACTION_PAT }}
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 597c49e

Please sign in to comment.