From a7a20135872182a636cd6cdb69532bf29f233e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacobo=20Coll=20Morag=C3=B3n?= Date: Mon, 26 Feb 2024 10:29:20 +0000 Subject: [PATCH] cicd: WIP --- .github/workflows/test-analysis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-analysis.yml b/.github/workflows/test-analysis.yml index bb48ccd4b40..8a42aaa19b6 100644 --- a/.github/workflows/test-analysis.yml +++ b/.github/workflows/test-analysis.yml @@ -46,6 +46,8 @@ jobs: java-version: '17' cache: 'maven' - name: Install dependencies branches + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any run: | if [ -f "./.github/workflows/scripts/get_same_branch.sh" ]; then chmod +x ./.github/workflows/scripts/get_same_branch.sh @@ -73,6 +75,8 @@ jobs: java-version: '8' cache: 'maven' - name: Install dependencies branches + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any run: | if [ -f "./.github/workflows/scripts/get_same_branch.sh" ]; then chmod +x ./.github/workflows/scripts/get_same_branch.sh