Skip to content

Commit

Permalink
ci: fix backport of workflow failures
Browse files Browse the repository at this point in the history
Apparently passing a token with sufficient permission to the action
isn't enough, we also need to check out using that token.
See korthout/backport-action#368

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
  • Loading branch information
katexochen committed May 21, 2024
1 parent 9f0040b commit 8a21eaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
token: ${{ secrets.NUNKI_CI_COMMIT_PUSH_PR }}
- name: Create backport PRs
uses: korthout/backport-action@ef20d86abccbac3ee3a73cb2efbdc06344c390e5 # v2.5.0
with:
Expand Down

0 comments on commit 8a21eaa

Please sign in to comment.