mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +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:
|
||||
- name: Pushing
|
||||
shell: bash
|
||||
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||
run: |
|
||||
|
||||
# EDITABLES:
|
||||
|
@ -84,4 +83,4 @@ jobs:
|
|||
git commit -m "Updated flathub/net.retrodeck.retrodeck from RetroDECK/$rd_branch"
|
||||
|
||||
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