We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a507f commit d3fc5bfCopy full SHA for d3fc5bf
2 files changed
.github/workflows/release.yaml
@@ -12,6 +12,8 @@ jobs:
12
security:
13
name: verify security
14
uses: ./.github/workflows/security.yaml
15
+ secrets:
16
+ GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
17
release:
18
name: release version
19
runs-on: ubuntu-latest
.github/workflows/security.yaml
@@ -2,6 +2,9 @@ name: SECURITY
2
3
on:
4
workflow_call:
5
6
+ GITLEAKS_LICENSE:
7
+ required: true
8
merge_group:
9
pull_request:
10
push:
0 commit comments