Delete .github/workflows/scarf-data-export.yml
This commit is contained in:
14
.github/workflows/scarf-data-export.yml
vendored
14
.github/workflows/scarf-data-export.yml
vendored
@@ -1,14 +0,0 @@
|
|||||||
name: Export Scarf data
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: '0 0 * * *'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
export-scarf-data:
|
|
||||||
runs-on: linux_arm64
|
|
||||||
steps:
|
|
||||||
- uses: docker://scarf.docker.scarf.sh/scarf-sh/scarf-postgres-exporter:latest
|
|
||||||
env:
|
|
||||||
SCARF_API_TOKEN: ${{ secrets.SCARF_API_TOKEN }}
|
|
||||||
SCARF_ENTITY_NAME: Calcom
|
|
||||||
PSQL_CONN_STRING: ${{ secrets.PSQL_CONN_STRING }}
|
|
||||||
Reference in New Issue
Block a user