Docs CI: try $DOCS_TRIGGER_PIPELINE --> $CI_JOB_TOKEN
This commit is contained in:
@ -46,7 +46,7 @@ deploy-docs:
|
||||
before_script:
|
||||
- apk add curl
|
||||
script:
|
||||
- curl -X POST -F"token=$DOCS_TRIGGER_PIPELINE" -F'ref=master' https://gitlab.com/api/v4/projects/15685485/trigger/pipeline
|
||||
- curl -X POST -F"token=$CI_JOB_TOKEN" -F'ref=master' https://gitlab.com/api/v4/projects/15685485/trigger/pipeline
|
||||
only:
|
||||
refs:
|
||||
- develop
|
||||
|
||||
Reference in New Issue
Block a user