Skip to content

Commit 626741e

Browse files
committed
added secrets
1 parent 327cf87 commit 626741e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update_data.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ jobs:
1919
- name: Install dependencies
2020
run: pip install -r requirements.txt
2121
- name: Update data
22-
run: python ./lab_13/update_data.py
22+
env:
23+
BQ_LAB13: ${{ secrets.BQ_LAB13 }}
24+
run: python ${{ github.workspace }}/lab_13/update_data.py

0 commit comments

Comments
 (0)