Delete github/workflows/mirror.yml

This commit is contained in:
nune 2024-12-16 11:40:18 +00:00
parent b2c324545e
commit e44c7eb690

View File

@ -1,20 +0,0 @@
name: 'mirror'
on:
push:
branches:
- __mirror
schedule:
- cron: '* 3 * * *'
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
name: mirror
steps:
- name: mirror
id: mirror
uses: bridgelightcloud/github-mirror@main
with:
origin: 'https://github.com/gigirassy/docker-compose-files'
GITHUB_TOKEN: ${{ secrets.HUB_TOKEN }}