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:
|
||||
SONAR_TOKEN:
|
||||
required: true
|
||||
SNYK_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
2
.github/workflows/ci-python.yml
vendored
2
.github/workflows/ci-python.yml
vendored
@ -4,6 +4,8 @@ on:
|
||||
secrets:
|
||||
SONAR_TOKEN:
|
||||
required: true
|
||||
SNYK_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
Loading…
Reference in New Issue
Block a user