remove .github
1 files changed, 0 insertions(+), 22 deletions(-) D .github/workflows/update.yml
D .github/workflows/update.yml +0-22
@@ 1,22 0,0 @@ on: push: branches: - __mirror schedule: - cron: '*/15 * * * *' workflow_dispatch: jobs: mirror: runs-on: ubuntu-latest name: mirror steps: - name: git stuff run: | git config --global --add safe.directory /github/workspace - name: mirror id: mirror uses: bridgelightcloud/github-mirror-action@v1 with: origin: 'https://git.arthurmelton.com/greynoise-cli' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}