add new repos to workflow

master
Buckaroo Banzai 2022-09-02 06:44:14 +02:00 committed by GitHub
parent 21700ff37c
commit 189add4dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -12,6 +12,22 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: pbj_pup
run: ./mirror.sh
env:
source_repo: https://notabug.org/TenPlus1/pbj_pup.git
github_repo: pbj_pup.git
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}
- name: pie
run: ./mirror.sh
env:
source_repo: https://notabug.org/TenPlus1/pie.git
github_repo: pie.git
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}
- name: bonemeal
run: ./mirror.sh
env: