Robzy commited on
Commit
16b7a9c
·
2 Parent(s): c667db8 d59f56e

Merge branch 'main' of github.com:iamrobzy/hbg-weather

Browse files
Files changed (1) hide show
  1. .github/workflows/rebuild-hf.yml +3 -1
.github/workflows/rebuild-hf.yml CHANGED
@@ -17,9 +17,11 @@ jobs:
17
  run: echo "$(date)" >> dummy.txt
18
 
19
  - name: Commit and push changes
 
 
20
  run: |
21
  git config --global user.name "GitHub Actions"
22
  git config --global user.email "actions@github.com"
23
  git add dummy.txt
24
  git commit -m "Debug Rebuild Trigger: $(date)"
25
- git push github
 
17
  run: echo "$(date)" >> dummy.txt
18
 
19
  - name: Commit and push changes
20
+ env:
21
+ HOPSWORKS_API_KEY: ${{ secrets.HOPSWORKS_API_KEY }}
22
  run: |
23
  git config --global user.name "GitHub Actions"
24
  git config --global user.email "actions@github.com"
25
  git add dummy.txt
26
  git commit -m "Debug Rebuild Trigger: $(date)"
27
+ git push