Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created April 17, 2023 02:11
Show Gist options
  • Select an option

  • Save KyMidd/f8d5193f3cff22d61164b5a5e21c8c3d to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/f8d5193f3cff22d61164b5a5e21c8c3d to your computer and use it in GitHub Desktop.
name: GitHub Repo Cop
on:
# Run nightly at 5a UTC / 11p CT
schedule:
- cron: "0 5 * * *"
jobs:
repo_cop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Repo Cop
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
run: ./repoCop.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment