mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-11 07:11:00 +00:00
Merge pull request #1088 from smallstep/max/secrets
[action] remove gitleaks secret, add codecov secret and inheritance
This commit is contained in:
commit
37e80964ae
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
secrets:
|
secrets:
|
||||||
GITLEAKS_LICENSE_KEY:
|
CODECOV_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
@ -23,5 +23,4 @@ jobs:
|
|||||||
os-dependencies: "libpcsclite-dev"
|
os-dependencies: "libpcsclite-dev"
|
||||||
run-gitleaks: true
|
run-gitleaks: true
|
||||||
run-codeql: true
|
run-codeql: true
|
||||||
secrets:
|
secrets: inherit
|
||||||
GITLEAKS_LICENSE_KEY: ${{ secrets.GITLEAKS_LICENSE_KEY }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user