We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364e84c commit f44828cCopy full SHA for f44828c
.github/workflows/sanity-test.yaml
@@ -33,8 +33,9 @@ jobs:
33
- name: Trigger Onboarding job for this repo
34
if: ${{ steps.check-skip-sanity-test.outputs.SKIP_SANITY_TEST == 'false'}}
35
id: trigger-jenkins-job
36
- uses: draios/[email protected]
+ uses: sysdiglabs/[email protected]
37
with:
38
+ jenkins_external_base_url: ${{ secrets.JENKINS_EXTERNAL_BASE_URL }}
39
jenkins_url: ${{ secrets.JENKINS_INTERNAL_URL }}
40
jenkins_user: ${{ secrets.JENKINS_QA_API_USER }}
41
jenkins_token: ${{ secrets.JENKINS_QA_API_TOKEN }}
0 commit comments