hblim commited on
Commit
ebee14c
·
1 Parent(s): 8626441

cleaned up daily etl actions workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/daily.yml +1 -7
.github/workflows/daily.yml CHANGED
@@ -1,5 +1,4 @@
1
- # .github/workflows/daily.yml
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 }}