Skip to content

Commit

Permalink
use the new token name for the Travis CI api key configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chrimesdev committed Feb 17, 2020
1 parent afaf518 commit b90c8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit b90c8b8

Please sign in to comment.