Skip to content

Commit

Permalink
gitlab sync
Browse files Browse the repository at this point in the history
gitlab sync
  • Loading branch information
rhnux authored Dec 5, 2024
1 parent 8e62eb0 commit 1d03af6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Gitlab Sync

on: [push, pull_request, create, delete]

jobs:
sync:
name: Gitlab Sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: action-pack/gitlab-sync@v3
with:
username: ${{ github.actor }}
url: https://gitlab.com/dso-days/sap_compass_vulns.git
# Personal access token from gitlab.com
token: ${{ secrets.GITLAB_TOKEN }}

0 comments on commit 1d03af6

Please sign in to comment.