added missing token string
This commit is contained in:
parent
1a8858f73b
commit
718ae0e6b3
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@
|
|||
#
|
||||
|
||||
if [ ${TRAVIS_BRANCH} == 'stable' ]; then
|
||||
curl -X POST -H "Content-Type: application/json" -H "Travis-API-Version: 3" -H "Accept: application/json" -H "Authorization: ${TRAVIS_API_TOKEN}" -d '{"request": {"branch": "master"}}' 'https://api.travis-ci.org/repo/zammad%2Fzammad-docker-compose/requests'
|
||||
curl -X POST -H "Content-Type: application/json" -H "Travis-API-Version: 3" -H "Accept: application/json" -H "Authorization: token ${TRAVIS_API_TOKEN}" -d '{"request": {"branch": "master"}}' 'https://api.travis-ci.org/repo/zammad%2Fzammad-docker-compose/requests'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue