mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-07-01 22:33:43 +00:00
cascading-pr.sh login both repos
This commit is contained in:
parent
007e34c709
commit
71281446ea
7 changed files with 52 additions and 16 deletions
|
@ -8,11 +8,12 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: SELF@vTest
|
||||
with:
|
||||
origin-url: ${{ env.$GITHUB_SERVER_URL }}
|
||||
origin-url: ${{ env.GITHUB_SERVER_URL }}
|
||||
origin-repo: user1/originrepo
|
||||
origin-token: ${{ secrets.ORIGIN_TOKEN }}
|
||||
destination-url: ${{ env.$GITHUB_SERVER_URL }}
|
||||
destination-url: ${{ env.GITHUB_SERVER_URL }}
|
||||
destination-repo: user2/destinationrepo
|
||||
destination-token: ${{ secrets.DESTINATION_TOKEN }}
|
||||
destination-branch: main
|
||||
update: upgraded
|
||||
debug: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue