From 7419f426bda80a1308a69c0a61cccfe430dd1150 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 29 Apr 2024 16:28:29 +0300 Subject: [PATCH] Document secrets setting for GITLAB_TOKEN --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d7c97c..e11ad04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 env: + # Settings - Secrets and variables - Actions - New repository secret GITLAB_TOKEN + # Settings - Secrets and variables - Dependabot - New repository secret GITLAB_TOKEN GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} GITLAB_BASE_URL: https://gitlab.com steps: