Add SNYK_TOKEN to imported env vars
This commit is contained in:
parent
8aca9ce11e
commit
a1ec802061
2
.github/workflows/ci-docker.yml
vendored
2
.github/workflows/ci-docker.yml
vendored
@ -4,6 +4,8 @@ on:
|
|||||||
secrets:
|
secrets:
|
||||||
SONAR_TOKEN:
|
SONAR_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
|
SNYK_TOKEN:
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
2
.github/workflows/ci-python.yml
vendored
2
.github/workflows/ci-python.yml
vendored
@ -4,6 +4,8 @@ on:
|
|||||||
secrets:
|
secrets:
|
||||||
SONAR_TOKEN:
|
SONAR_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
|
SNYK_TOKEN:
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
Loading…
Reference in New Issue
Block a user