create the repositories, tokens and secrets

This commit is contained in:
Earl Warren 2023-10-11 22:32:24 +02:00
parent cdd3f46d7b
commit 2892041d6c
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 40 additions and 4 deletions

View file

@ -0,0 +1,18 @@
# SPDX-License-Identifier: MIT
name: test
on: [pull_request]
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: SELF@vTest
with:
origin-url: ${{ env.$GITHUB_SERVER_URL }}
origin-repo: user1/originrepo
origin-token: ${{ secrets.ORIGIN_TOKEN }}
destination-url: ${{ env.$GITHUB_SERVER_URL }}
destination-repo: user2/destinationrepo
destination-token: ${{ secrets.DESTINATION_TOKEN }}
update: upgraded
debug: true