💚 ci: change to secret token that have full repo access
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 31s
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 31s
This commit is contained in:
2
.github/workflows/auto-pr-from-mirror.yaml
vendored
2
.github/workflows/auto-pr-from-mirror.yaml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create PR via GitHub CLI
|
- name: Create PR via GitHub CLI
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.BOT_PAT }}
|
||||||
run: |
|
run: |
|
||||||
gh pr create \
|
gh pr create \
|
||||||
--base main \
|
--base main \
|
||||||
|
|||||||
Reference in New Issue
Block a user