Skip to content

Commit 0f68a60

Browse files
committed
fix(ONCHN-1236): use secrets inherit for securesdlc workflow
1 parent 67c3c8c commit 0f68a60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ on:
88
jobs:
99
securesdlc:
1010
uses: inkonchain/.github/.github/workflows/securesdlc.yml@main
11-
secrets:
12-
SEMGREP_APP_URL: ${{ secrets.SEMGREP_APP_URL }}
13-
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
11+
secrets: inherit
1412

1513
install_modules:
1614
needs: securesdlc

0 commit comments

Comments
 (0)