mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Adding token -fix1
This commit is contained in:
parent
487b180a9b
commit
73da0fedb0
3
.github/workflows/flathub_push_cooker.yml
vendored
3
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -11,7 +11,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Pushing
|
- name: Pushing
|
||||||
shell: bash
|
shell: bash
|
||||||
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
# EDITABLES:
|
# EDITABLES:
|
||||||
|
@ -84,4 +83,4 @@ jobs:
|
||||||
git commit -m "Updated flathub/net.retrodeck.retrodeck from RetroDECK/$rd_branch"
|
git commit -m "Updated flathub/net.retrodeck.retrodeck from RetroDECK/$rd_branch"
|
||||||
|
|
||||||
git remote -v
|
git remote -v
|
||||||
git push origin $relname
|
git push https://${{ secrets.TRIGGER_BUILD_TOKEN }}@github.com/flathub/net.retrodeck.retrodeck.git $relname
|
Loading…
Reference in a new issue