-
-
Save KyMidd/db9bbf50eb6edd8d3cfbf44790b29e3a to your computer and use it in GitHub Desktop.
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
steps: | |
- uses: actions/checkout@v2 | |
- name: Download repos list | |
id: download-repos | |
uses: actions/download-artifact@v3 | |
with: | |
name: all-repos-${{ github.run_id }} | |
- name: GitHub Repo Cop | |
run: ./repoCop.sh | |
env: | |
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }} | |
SHARD: ${{ matrix.shard }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment