github: Make LGTM project ID configurable via environment variable

This commit is contained in:
Tobias Brunner
2021-05-05 18:09:44 +02:00
parent f830e71457
commit cd7b80e869
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@ jobs:
# so we continue to use the approach we used on Travis
- env:
LGTM_TOKEN: ${{ secrets.LGTM_TOKEN }}
LGTM_PROJECT: ${{ secrets.LGTM_PROJECT }}
BUILD_NUMBER: ${{ github.run_id }}
COMMIT_ID: ${{ github.sha }}
COMMIT_BASE: ${{ github.event.before }}