From fac14e298e5c363f246c771d3d8540049741b201 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 21 Aug 2024 12:18:39 +0300 Subject: [PATCH] Updated main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17a72ca..bf02ce5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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