Skip to content

Commit

Permalink
test: use my PAT
Browse files Browse the repository at this point in the history
GITHUB_TOKEN does not have write access to other repositories.
  • Loading branch information
korthout committed Feb 25, 2024
1 parent dd74d1d commit e046a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backport-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
contains(github.event.comment.body, '/backport')
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT_KORTHOUT }}
- name: Backport
id: backport
uses: tasso94/backport-action@main
Expand Down

0 comments on commit e046a10

Please sign in to comment.