We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3860e commit 0e723daCopy full SHA for 0e723da
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-devops-token')>}" \
67
-H "Content-Type: application/json" \
68
-d "{
69
\"state\": \"${STATE}\",
0 commit comments