mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-20 11:35:01 +02:00
🐞 fix(na): na
This commit is contained in:
9
.github/workflows/gitlab.yml
vendored
9
.github/workflows/gitlab.yml
vendored
@@ -14,9 +14,8 @@ jobs:
|
||||
- name: Push to GitLab
|
||||
env:
|
||||
GITLAB_REPO: ${{ secrets.GITLAB_REPO }}
|
||||
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
|
||||
GITLAB_USERNAME: ${{ secrets.GITLAB_USERNAME }}
|
||||
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
|
||||
run: |
|
||||
git remote add gitlab https://gitlab.com/snigdhaos/snigdhaos-arctic.git
|
||||
git config user.name "GitHub Actions"
|
||||
git config user.email "actions@github.com"
|
||||
git push gitlab master
|
||||
git remote add gitlab https://${GITLAB_USERNAME}:${GITLAB_PASSWORD}@${GITLAB_REPO##*/}.git
|
||||
git push gitlab master
|
Reference in New Issue
Block a user