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 2675a48 commit 92f9156Copy full SHA for 92f9156
.github/workflows/push-dry-run.yaml
@@ -10,13 +10,13 @@ jobs:
10
# This workflow contains a single job called "build"
11
on-success:
12
# The type of runner that the job will run on
13
- runs-on: ubuntu-latest
+ runs-on: tools-runner-small
14
steps:
15
- name: Trigger jenkins job to upload master to Quay.io
16
uses: franco-nonne/jenkins-job-trigger-action@update-bundler
17
with:
18
- jenkins_url: "https://jenkins.internal.sysdig.tools/"
19
- jenkins_user: '[email protected]'
+ jenkins_url: ${{ secrets.JENKINS_INTERNAL_URL }}
+ jenkins_user: ${{ secrets.JENKINS_BOT_API_USER }}
20
jenkins_token: ${{ secrets.JENKINS_BOT_API_TOKEN }}
21
job_timeout: "300"
22
job_name: "promcat/job/exporters/job/integrations-elasticsearch-exporter"
0 commit comments