1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

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

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