Spaces:
Runtime error
Runtime error
AnujPanthri
commited on
Commit
·
2aae209
1
Parent(s):
f6425f3
Update kaggle.yaml
Browse files
.github/workflows/kaggle.yaml
CHANGED
@@ -13,8 +13,8 @@ jobs:
|
|
13 |
uses: Joel-hanson/kaggle-kernel-actions@V1
|
14 |
|
15 |
with:
|
16 |
-
kaggle_username: ${{ secrets.
|
17 |
-
kaggle_key: ${{ secrets.
|
18 |
kernel_id: anujpanthri/train-image-colorization
|
19 |
kaggle_make_new_kernel: true
|
20 |
code_file_path: kaggle/train-image-colorization.ipynb
|
|
|
13 |
uses: Joel-hanson/kaggle-kernel-actions@V1
|
14 |
|
15 |
with:
|
16 |
+
kaggle_username: ${{ secrets.KAGGLE_USERNAME }}
|
17 |
+
kaggle_key: ${{ secrets.KAGGLE_KEY }}
|
18 |
kernel_id: anujpanthri/train-image-colorization
|
19 |
kaggle_make_new_kernel: true
|
20 |
code_file_path: kaggle/train-image-colorization.ipynb
|