Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed May 29, 2024
1 parent f066951 commit 881e622
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 881e622

Please sign in to comment.