From b90c8b8359ae241955224bc0710fc14ac855037b Mon Sep 17 00:00:00 2001 From: AdamChrimes Date: Mon, 17 Feb 2020 13:59:17 +0000 Subject: [PATCH] use the new token name for the Travis CI api key configuration --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 568e47cff..4c0541417 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ jobs: deploy: provider: releases edge: true - api_token: $GITHUB_TOKEN + token: $GITHUB_TOKEN file_glob: true file: ./dist/nhsuk-frontend-*.zip skip_cleanup: true @@ -63,7 +63,7 @@ jobs: provider: npm edge: true email: $NPM_EMAIL - api_key: $NPM_API_KEY + api_token: $NPM_API_KEY on: tags: true skip_cleanup: true