strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
github: Make LGTM project ID configurable via environment variable
[strongswan.git]
/
.github
/
workflows
/
lgtm.yml
diff --git
a/.github/workflows/lgtm.yml
b/.github/workflows/lgtm.yml
index
f527b29
..
717af47
100644
(file)
--- a/
.github/workflows/lgtm.yml
+++ b/
.github/workflows/lgtm.yml
@@
-30,6
+30,7
@@
jobs:
# so we continue to use the approach we used on Travis
- env:
LGTM_TOKEN: ${{ secrets.LGTM_TOKEN }}
# 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 }}
BUILD_NUMBER: ${{ github.run_id }}
COMMIT_ID: ${{ github.sha }}
COMMIT_BASE: ${{ github.event.before }}