Skip to content

Commit 5597fab

Browse files
use gitlab token
Signed-off-by: Marius Sincovici <[email protected]>
1 parent d937359 commit 5597fab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trigger-gitlab-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
with:
5050
repository-name: NordSecurity/trigger-gitlab-pipeline
5151
file-name: trigger-gitlab-pipeline.yml
52+
# Only required for private repositories
53+
github-token: ${{ secrets.github-token }}
5254
outputs:
5355
workflow-ref: ${{ steps.workflow-ref.outputs.sha }}
5456

0 commit comments

Comments
 (0)