mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-27 17:18:04 +01:00
document how to get new snap_token
This commit is contained in:
parent
5da12e2f9c
commit
62f654cf86
@ -33,6 +33,8 @@ install:
|
|||||||
before_build:
|
before_build:
|
||||||
- node --version
|
- node --version
|
||||||
- npm --version
|
- npm --version
|
||||||
|
# Get new $SNAP_TOKEN with:
|
||||||
|
# $ snapcraft export-login --snaps bitwarden --acls package_push,package_release -
|
||||||
- sh: |
|
- sh: |
|
||||||
if [ "${SNAP_TOKEN}" != "" -a "${PROD_DEPLOY}" == "true" ]
|
if [ "${SNAP_TOKEN}" != "" -a "${PROD_DEPLOY}" == "true" ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user