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