mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Use PAT for auto update
This commit is contained in:
parent
316233b165
commit
d24105dd42
4
.github/workflows/auto-update.yaml
vendored
4
.github/workflows/auto-update.yaml
vendored
@ -5,13 +5,11 @@ on:
|
||||
|
||||
jobs:
|
||||
update-pr-branches:
|
||||
permissions: write-all
|
||||
name: Update pull request branches
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: chinthakagodawita/autoupdate@0707656cd062a3b0cf8fa9b2cda1d1404d74437e
|
||||
env:
|
||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||
GITHUB_TOKEN: '${{ secrets.GH_PAT }}'
|
||||
MERGE_CONFLICT_ACTION: 'ignore'
|
||||
continue-on-error: true
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user