From 233530311cf9310e4694fe17665f22a1b1456abd Mon Sep 17 00:00:00 2001 From: janssen-tiobe <118828444+janssen-tiobe@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:41:07 +0200 Subject: [PATCH] #33012: Added GITHUB_TOKEN for tests in TICS workflows --- .github/workflows/tics-analyzer.yml | 2 ++ .github/workflows/tics-client.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/tics-analyzer.yml b/.github/workflows/tics-analyzer.yml index 55674713..e312d795 100644 --- a/.github/workflows/tics-analyzer.yml +++ b/.github/workflows/tics-analyzer.yml @@ -14,6 +14,8 @@ jobs: uses: actions/setup-node@v3 - run: npm ci - run: npm run test:coverage + env: + INPUT_GITHUBTOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install and run TICSQSERVER env: TICSAUTHTOKEN: ${{ secrets.EBOIT_ANALYZER_TOKEN }} diff --git a/.github/workflows/tics-client.yml b/.github/workflows/tics-client.yml index 62cfe62a..e75a2364 100644 --- a/.github/workflows/tics-client.yml +++ b/.github/workflows/tics-client.yml @@ -11,6 +11,8 @@ jobs: uses: actions/setup-node@v3 - run: npm ci - run: npm run test:coverage + env: + INPUT_GITHUBTOKEN: ${{ secrets.GITHUB_TOKEN }} - name: TICS GitHub Action uses: tiobe/tics-github-action@v2 with: