Update .gitea/workflows/build-iso.yml
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 1m40s
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 1m40s
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.name "GitHub Actions"
|
git config user.name "GitHub Actions"
|
||||||
git config user.email "github-actions@github.com"
|
git config user.email "github-actions@github.com"
|
||||||
git remote add target_repo https://x-access-token:${{ secrets.DEPLOYMENT_TOKEN }}@git.martinpetr.dev/marti/Lints-release.git
|
git remote add target_repo https://oauth2:${{ secrets.DEPLOYMENT_TOKEN }}@git.martinpetr.dev/marti/Lints-release.git
|
||||||
git add -f out/lints.iso
|
git add -f out/lints.iso
|
||||||
git commit -m "Automated commit from build workflow" || echo "No changes to commit"
|
git commit -m "Automated commit from build workflow" || echo "No changes to commit"
|
||||||
git push target_repo main
|
git push target_repo main
|
||||||
|
|||||||
Reference in New Issue
Block a user