Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Update sync-to-gitlab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zewebdev1337 authored Nov 13, 2023
1 parent 142dbfa commit 35f4a4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-to-gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
steps:
- name: Checkout GitHub repository
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Push to GitLab
env:
GITLAB_TOKEN: ${{ secrets.GITLAB_ACCESS_TOKEN }}
run: |
git remote add gitlab https://oauth2:${GITLAB_TOKEN}@gitlab.com/zewebdev1337/devGPT-base.git
git push gitlab HEAD:main --force
git push gitlab HEAD:main

1 comment on commit 35f4a4f

@vercel
Copy link

@vercel vercel bot commented on 35f4a4f Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.