From 62f654cf8692900ec6007b987f0e709c5bdcc9fc Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 13 Mar 2019 00:29:51 -0400 Subject: [PATCH] document how to get new snap_token --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 519168d9178..838215d346d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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