Skip to content

Commit

Permalink
fix: temporary attempt to hardcode $WORKFLOW_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Sep 9, 2020
1 parent c3c19de commit a6a303c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pipeline {
stage ("Pulumi Update") {
steps {
sh """
curl -sX POST 'https://api.github.com/repos/ever-co/${REPO_NAME}-pulumi/actions/workflows/$WORKFLOW_ID/dispatches' -H 'Accept: application/vnd.github.v3+json' -H 'Authorization: token ${GITHUB_DISPATCH_TOKEN}' -d '{"ref": "master"}'
curl -sX POST 'https://api.github.com/repos/ever-co/${REPO_NAME}-pulumi/actions/workflows/2319005/dispatches' -H 'Accept: application/vnd.github.v3+json' -H 'Authorization: token ${GITHUB_DISPATCH_TOKEN}' -d '{"ref": "master"}'
"""
}
}
Expand Down

0 comments on commit a6a303c

Please sign in to comment.