document how to get new snap_token

This commit is contained in:
Kyle Spearrin 2019-03-13 00:29:51 -04:00
parent 5da12e2f9c
commit 62f654cf86
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ install:
before_build:
- node --version
- npm --version
# Get new $SNAP_TOKEN with:
# $ snapcraft export-login --snaps bitwarden --acls package_push,package_release -
- sh: |
if [ "${SNAP_TOKEN}" != "" -a "${PROD_DEPLOY}" == "true" ]
then