You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently support 5 stores that are in the same repository. Each store has its own branch. When you change the branch, each time you need to manually enter the accessToken in the secrets.stencil.json file.
My suggestion: add to config.stencil.json the ability to specify the secrets file.
Expected behavior
Run stencil start after changing a branch of the store without having to enter a token.
Actual behavior
After changing the branch of the store, you need to enter the token.
Steps to reproduce behavior
Have 2 or more stores in the same repository.
Run stencil start after changing branch from one store to another.
Environment
Stencil-cli version stencil --version: 5.0.0
Node version node -v: v14.19.1
NPM version npm -v: 6.14.16
OS: macOS Monterey 12.4
The text was updated successfully, but these errors were encountered:
We currently support 5 stores that are in the same repository. Each store has its own branch. When you change the branch, each time you need to manually enter the accessToken in the secrets.stencil.json file.
My suggestion: add to config.stencil.json the ability to specify the secrets file.
Expected behavior
Run stencil start after changing a branch of the store without having to enter a token.
Actual behavior
After changing the branch of the store, you need to enter the token.
Steps to reproduce behavior
Environment
Stencil-cli version
stencil --version
: 5.0.0Node version
node -v
: v14.19.1NPM version
npm -v
: 6.14.16OS: macOS Monterey 12.4
The text was updated successfully, but these errors were encountered: