Skip to content

Commit b3da16c

Browse files
committed
ci/tics: set the token before trying to download TICS
The download started to fail without authentication.
1 parent 58ff195 commit b3da16c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tiobe.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
unbuffer meson test -C _build -v
2727
- name: Download and Install TICS
2828
run: |
29+
export TICSAUTHTOKEN=${{ secrets.TICSAUTHTOKEN }}
2930
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
3031
bash install_tics.sh
3132
- name: Run TICS

0 commit comments

Comments
 (0)