Updated main.yml

This commit is contained in:
ManeraKai
2024-08-21 12:18:39 +03:00
parent b9d01f347b
commit fac14e298e
+1 -3
View File
@@ -20,15 +20,13 @@ jobs:
git config --local user.name "GitHub Action"
git add -A
git commit -m "Update instances" -a || :
# Push to Github
- uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
# Push to Codeberg
- shell: bash
env:
CODEBERG_TOKEN: ${{ secrets.CODEBERG_TOKEN }}
- run: |
run: |
git config --unset-all http.https://github.com/.extraheader
git push https://manerakai:$CODEBERG_TOKEN@codeberg.org/LibRedirect/instances