Skip to content

Commit

Permalink
Use a specific token for merge PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Jun 4, 2024
1 parent f1c0383 commit de04e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge_from_upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.MERGE_PAT }}

- uses: fopina/upstream-to-pr@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
upstream-repository: https://github.com/Ashinch/ReadYou
upstream-tag: '\d+\..*'
upstream-tag: '\d+\..*'

0 comments on commit de04e54

Please sign in to comment.