🐞 fix(na): na

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-18 04:24:13 +05:30
parent cdb4e70504
commit 65142cbc8d

View File

@@ -14,9 +14,8 @@ jobs:
- name: Push to GitLab - name: Push to GitLab
env: env:
GITLAB_REPO: ${{ secrets.GITLAB_REPO }} GITLAB_REPO: ${{ secrets.GITLAB_REPO }}
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} GITLAB_USERNAME: ${{ secrets.GITLAB_USERNAME }}
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
run: | run: |
git remote add gitlab https://gitlab.com/snigdhaos/snigdhaos-arctic.git git remote add gitlab https://${GITLAB_USERNAME}:${GITLAB_PASSWORD}@${GITLAB_REPO##*/}.git
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
git push gitlab master git push gitlab master