Update move-to-main-repo.yaml
This commit is contained in:
parent
b289c496bb
commit
2cb7747bef
5
.github/workflows/move-to-main-repo.yaml
vendored
5
.github/workflows/move-to-main-repo.yaml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: main
|
||||
token: ${{ github.token }}
|
||||
token: ${{ secrets.GH_MERGE_PAT }}
|
||||
|
||||
- name: List Issues in Repository
|
||||
id: list_issues
|
||||
@ -107,7 +107,8 @@ jobs:
|
||||
- name: Push
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.PAT }}
|
||||
github_token: ${{ secrets.GH_MERGE_PAT }}
|
||||
repository: community-scripts/ProxmoxVE
|
||||
branch: test
|
||||
force: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user