We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45c495 commit 6082ff3Copy full SHA for 6082ff3
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Upload master to Quay.io
36
uses: fjogeleit/http-request-action@master
37
with:
38
- url: 'https://sysdig-jenkins.internal.sysdig.com/view/Integrations/job/integrations-elasticsearch-exporter/buildWithParameters?token=${{ secrets.JENKINS_PROMCAT_LAUNCH_TOKEN }}&EXPORTER=promcat-elasticsearch-exporter&DRY_RUN=false'
+ url: 'https://sysdig-jenkins.internal.sysdig.com/view/Integrations/job/integrations-elasticsearch-exporter/buildWithParameters?token=${{ secrets.JENKINS_PROMCAT_LAUNCH_TOKEN }}&EXPORTER=elasticsearch-exporter&DRY_RUN=false'
39
method: 'POST'
40
username: [email protected]
41
password: ${{ secrets.JENKINS_PROMCAT_API_TOKEN }}
0 commit comments