Skip to content

Commit d3fc5bf

Browse files
authored
ci: inherit secrets for security workflow (#593)
1 parent 62a507f commit d3fc5bf

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
security:
1313
name: verify security
1414
uses: ./.github/workflows/security.yaml
15+
secrets:
16+
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
1517
release:
1618
name: release version
1719
runs-on: ubuntu-latest

.github/workflows/security.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: SECURITY
22

33
on:
44
workflow_call:
5+
secrets:
6+
GITLEAKS_LICENSE:
7+
required: true
58
merge_group:
69
pull_request:
710
push:

0 commit comments

Comments
 (0)