~/greynoise-cli

8405785107c171a7de3dc3de0580c54e1698b7ed — Arthur Melton 88f6afe1 2 years ago
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 }}