cascading-pr.sh login both repos

This commit is contained in:
Earl Warren 2023-10-12 15:12:52 +02:00
parent 007e34c709
commit 71281446ea
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
7 changed files with 52 additions and 16 deletions

View file

@ -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