Skip to content

Commit

Permalink
🐞 fix(na): na
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Jun 17, 2024
1 parent cdb4e70 commit 65142cb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65142cb

Please sign in to comment.