We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824d20d commit 3679900Copy full SHA for 3679900
1 file changed
.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml
@@ -63,7 +63,7 @@ pipeline:
63
64
# Post status to GitHub
65
curl -X POST \
66
- -H "Authorization: token ${<+secrets.getValue('github_token')>}" \
+ -H "Authorization: token ${<+secrets.getValue('github-token')>}" \
67
-H "Content-Type: application/json" \
68
-d "{
69
\"state\": \"$STATE\",
0 commit comments