diff --git a/.github/workflows/sync-data.yml b/.github/workflows/sync-data.yml index d5f064c..66a6bbd 100644 --- a/.github/workflows/sync-data.yml +++ b/.github/workflows/sync-data.yml @@ -22,7 +22,7 @@ jobs: git config user.name "Gitea Action Bot" git config user.email "action@gitea.local" - git remote add origin https://${GITEA_TOKEN}@git.reptilfpv.de/reptil1990/AquaMasterFrontend + git remote add origin https://${TOKEN}@git.reptilfpv.de/reptil1990/AquaMasterFrontend git add . git commit -m "Sync data from source repo" git push --force origin main