Srenonno
commited on
FIC HG issua main.yml
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -15,9 +15,9 @@ jobs:
|
|
| 15 |
fetch-depth: 0
|
| 16 |
- name: Add remote
|
| 17 |
env:
|
| 18 |
-
|
| 19 |
run: git remote add space https://sren:[email protected]/spaces/sren/test
|
| 20 |
- name: Push to hub
|
| 21 |
env:
|
| 22 |
-
|
| 23 |
run: git push --force https://sren:[email protected]/spaces/sren/test main
|
|
|
|
| 15 |
fetch-depth: 0
|
| 16 |
- name: Add remote
|
| 17 |
env:
|
| 18 |
+
HG: ${{ secrets.HG }}
|
| 19 |
run: git remote add space https://sren:[email protected]/spaces/sren/test
|
| 20 |
- name: Push to hub
|
| 21 |
env:
|
| 22 |
+
HG: ${{ secrets.HG }}
|
| 23 |
run: git push --force https://sren:[email protected]/spaces/sren/test main
|