We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfd009 commit eed6933Copy full SHA for eed6933
2 files changed
.github/workflows/ci.yaml
@@ -16,6 +16,9 @@ jobs:
16
with:
17
node-version: 14
18
- name: CI
19
+ env:
20
+ BD_USERNAME: ${{ secrets.BD_USERNAME }}
21
+ BD_PASSWORD: ${{ secrets.BD_PASSWORD }}
22
run: |
23
yarn install
24
yarn build
.github/workflows/publish.yaml
@@ -14,6 +14,9 @@ jobs:
14
15
+ BD_USERNAME: ${{secrets.BD_USERNAME}}
+ BD_PASSWORD: ${{secrets.BD_PASSWORD}}
yarn install --frozen-lockfile --ignore-optional
0 commit comments