Skip to content

Commit

Permalink
ci/tics: set the token before trying to download TICS
Browse files Browse the repository at this point in the history
The download started to fail without authentication.
  • Loading branch information
daniloegea authored and slyon committed Aug 20, 2024
1 parent 58ff195 commit e5d58dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tiobe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
unbuffer meson test -C _build -v
- name: Download and Install TICS
run: |
export TICSAUTHTOKEN=${{ secrets.TICSAUTHTOKEN }}
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/" > install_tics.sh
bash install_tics.sh
- name: Run TICS
Expand Down

0 comments on commit e5d58dd

Please sign in to comment.