Spaces:
Sleeping
Sleeping
cleaned up daily etl actions workflow
Browse files
.github/workflows/daily.yml
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
name: Daily ETL & CI
|
| 3 |
|
| 4 |
on:
|
| 5 |
workflow_dispatch:
|
|
@@ -8,14 +7,9 @@ on:
|
|
| 8 |
|
| 9 |
jobs:
|
| 10 |
build:
|
| 11 |
-
# This is the GitHub‑hosted runner's OS.
|
| 12 |
-
# You can change to macos-latest if you really need a macOS VM,
|
| 13 |
-
# but ubuntu-latest is faster and usually all you need.
|
| 14 |
runs-on: ubuntu-latest
|
| 15 |
|
| 16 |
env:
|
| 17 |
-
# These come from your repository settings → Secrets → Actions.
|
| 18 |
-
# Add HF_TOKEN, REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET, REDDIT_USER_AGENT there.
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
|
| 21 |
REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
|
|
|
|
| 1 |
+
name: Daily ETL
|
|
|
|
| 2 |
|
| 3 |
on:
|
| 4 |
workflow_dispatch:
|
|
|
|
| 7 |
|
| 8 |
jobs:
|
| 9 |
build:
|
|
|
|
|
|
|
|
|
|
| 10 |
runs-on: ubuntu-latest
|
| 11 |
|
| 12 |
env:
|
|
|
|
|
|
|
| 13 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 14 |
REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }}
|
| 15 |
REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }}
|