Adding token -fix1

This commit is contained in:
XargonWan 2022-10-09 18:02:34 +02:00
parent 487b180a9b
commit 73da0fedb0

View file

@ -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