Skip to content

Commit

Permalink
inherit secrets
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <dwertent@armosec.io>
  • Loading branch information
dwertent committed Apr 30, 2023
1 parent bdf25e1 commit 363db18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
# test kubescape with regolibrary artifacts
ks-and-rego-test:
needs: [build-and-rego-test]
secrets: inherit
steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
name: checkout repo content
Expand All @@ -123,5 +124,4 @@ jobs:
"host_scanner",
"scan_local_list_of_files"
]'
DOWNLOAD_ARTIFACT_PATH: ${{ needs.build-and-rego-test.outputs.REGO_ARTIFACT_PATH }}
secrets: inherit
DOWNLOAD_ARTIFACT_PATH: ${{ needs.build-and-rego-test.outputs.REGO_ARTIFACT_PATH }}

0 comments on commit 363db18

Please sign in to comment.