We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cad25f commit 76cb0c5Copy full SHA for 76cb0c5
3 files changed
.github/workflows/main.yml
@@ -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
debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = ".github/workflows/main.yml"
0 commit comments