From 881e6224bb1dafb3d263ef19d90cb63519957cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Wed, 29 May 2024 19:03:27 +0200 Subject: [PATCH] add env --- .github/workflows/tics.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tics.yaml b/.github/workflows/tics.yaml index 7b2bd0c..cf3245d 100644 --- a/.github/workflows/tics.yaml +++ b/.github/workflows/tics.yaml @@ -32,12 +32,14 @@ jobs: cmake --build build - name: Install TICS tooling - working-directory: build + environment: + TICSAUTHTOKEN: ${{ secrets.TICSAUTHTOKEN }} run: | . <(curl --silent --show-error "https://canonical.tiobe.com/tiobeweb/TICS/api/public/v1/fapi/installtics/Script?cfg=default&platform=linux&url=https://canonical.tiobe.com/tiobeweb/TICS/") - name: Run TICS analysis - working-directory: build + environment: + TICSAUTHTOKEN: ${{ secrets.TICSAUTHTOKEN }} run: | TICSQServer -project ubuntu-frame -tmpdir /tmp/tics -branchdir . TICSQServer -project wlcs -tmpdir /tmp/tics -branchdir .