From 94a5d4a0ac0d6353948f0493c894dbd44b179bde Mon Sep 17 00:00:00 2001 From: Oleksandr Oliinyk Date: Wed, 16 Jul 2025 09:11:56 +0200 Subject: [PATCH] Make authenticated requests in authorize-and-resolve-workflow-ref --- .github/workflows/trigger-gitlab-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trigger-gitlab-pipeline.yml b/.github/workflows/trigger-gitlab-pipeline.yml index f4f60e0..268aaf9 100644 --- a/.github/workflows/trigger-gitlab-pipeline.yml +++ b/.github/workflows/trigger-gitlab-pipeline.yml @@ -51,6 +51,7 @@ jobs: with: repository-name: NordSecurity/trigger-gitlab-pipeline file-name: trigger-gitlab-pipeline.yml + github-token: ${{ secrets.GITHUB_TOKEN }} outputs: workflow-ref: ${{ steps.workflow-ref.outputs.sha }}