Skip to content

Commit e8f57e0

Browse files
Merge pull request #579 from inkonchain/fix/onchn-1236-fix-secrets-handling-in-docs-ci-workflow
fix(ONCHN-1236): fix secrets handling in docs ci workflow
2 parents 67c3c8c + 0f68a60 commit e8f57e0

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)