Update .env #347
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirroring repository | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Pull enteee/git-sync-mirror | |
run: sudo docker pull enteee/git-sync-mirror | |
- name: Run enteee/git-sync-mirror | |
run: docker run --rm --env SRC_REPO=https://github.com/Engineering-Research-and-Development/true-connector --env DST_REPO=https://github.com/International-Data-Spaces-Association/true-connector --env DST_REPO_TOKEN=${{secrets.IDSA_MIRRORING}} --env ONCE=true enteee/git-sync-mirror |