mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Give PR updater more permissions
This commit is contained in:
parent
d072df29d8
commit
95e4827c14
3
.github/workflows/auto-update.yaml
vendored
3
.github/workflows/auto-update.yaml
vendored
@ -5,6 +5,9 @@ on:
|
||||
|
||||
jobs:
|
||||
update-pr-branches:
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
name: Update pull request branches
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user