Skip to content

Commit 76cb0c5

Browse files
committed
Migrate CI from Gitlab to Github
+ Delete old .gitlab-ci.yml file + Create new workflow files for Github Actions
1 parent 8cad25f commit 76cb0c5

3 files changed

Lines changed: 13 additions & 10 deletions

File tree

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Call GOS-CI by a reusable workflow
2+
3+
# Triggers the workflow on push events
4+
on: [push]
5+
6+
jobs:
7+
gos-ci:
8+
uses: greenbone/gos-ci/.github/workflows/gos-ci.yml@main
9+
secrets:
10+
GOS_CI_REGISTRY: ${{ secrets.GOS_CI_REGISTRY }}
11+
GOS_REPOSITORY_HOST: ${{ secrets.GOS_REPOSITORY_HOST }}
12+
GOS_REPOSITORY_KEY: ${{ secrets.GOS_REPOSITORY_KEY }}

debian/.gitlab-ci.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

debian/source/options

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extend-diff-ignore = ".github/workflows/main.yml"

0 commit comments

Comments
 (0)