Delete cron.yml

Signed-off-by: sramakr <sramakr@gmail.com>
This commit is contained in:
sramakr
2023-03-30 10:57:33 -04:00
committed by GitHub
parent 91afbd743c
commit f1cc70e9f1
-15
View File
@@ -1,15 +0,0 @@
name: Cron
on:
workflow_dispatch:
schedule:
- cron: '*/5 * * * *'
jobs:
cron:
runs-on: ubuntu-latest
steps:
- uses: backstage/actions/cron@v0.6.3
with:
app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }}
private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }}
installation-id: ${{ secrets.BACKSTAGE_GOALIE_INSTALLATION_ID }}