Skip to content

Commit

Permalink
Update backport.yml
Browse files Browse the repository at this point in the history
Use the TYCHO_SITE_PAT secret to see if it is sufficient to trigger the workflows.
  • Loading branch information
laeubi authored Feb 26, 2024
1 parent c6aca2d commit b5d79d8
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 @@ -23,7 +23,7 @@ jobs:
- name: Backport Action
uses: sqren/backport-github-action@f7073a2287aefc1fa12685eb25a712ab5620445c # v9.3.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.TYCHO_SITE_PAT }}
auto_backport_label_prefix: backport-to-
add_original_reviewers: true

Expand Down

0 comments on commit b5d79d8

Please sign in to comment.