File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,17 @@ stages:
10
10
.report-status :
11
11
variables :
12
12
STATUS_PROJECT : " hpc-io/pdc"
13
- STATUS_NAME : " NERSC"
13
+ STATUS_NAME : " NERSC / Perlmutter "
14
14
script :
15
15
# For complete details on the GitHub API please see:
16
16
# https://developer.github.com/v3/repos/statuses
17
- - echo "CI_JOB_NAME = ${CI_JOB_NAME}"
18
- - curl -X POST -H "Authorization:token ${GITHUB_TOKEN}" https://api.github.com/repos/${STATUS_PROJECT}/statuses/${CI_COMMIT_SHA}?state=${CI_JOB_NAME}\&context=${STATUS_NAME}\&target_url=${CI_PIPELINE_URL}
17
+ - curl -L \
18
+ -X POST \
19
+ -H "Accept : application/vnd.github+json" \
20
+ -H "Authorization : Bearer @${GITHUB_TOKEN}" \
21
+ -H "X-GitHub-Api-Version : 2022-11-28" \
22
+ https://api.github.com/repos/${STATUS_PROJECT}/statuses/${CI_COMMIT_SHA}? \
23
+ -d '{"state":"${CI_JOB_NAME}","target_url":"${CI_PIPELINE_URL}","context":"${STATUS_NAME"}'
19
24
20
25
pending :
21
26
stage : .pre
You can’t perform that action at this time.
0 commit comments