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
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
token: ${{ github.token }}
|
token: ${{ secrets.GH_MERGE_PAT }}
|
||||||
|
|
||||||
- name: List Issues in Repository
|
- name: List Issues in Repository
|
||||||
id: list_issues
|
id: list_issues
|
||||||
@ -107,7 +107,8 @@ jobs:
|
|||||||
- name: Push
|
- name: Push
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.PAT }}
|
github_token: ${{ secrets.GH_MERGE_PAT }}
|
||||||
repository: community-scripts/ProxmoxVE
|
repository: community-scripts/ProxmoxVE
|
||||||
branch: test
|
branch: test
|
||||||
force: true
|
force: true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user