Skip to content

Commit eed6933

Browse files
committed
Set workflow secrets
1 parent dcfd009 commit eed6933

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
with:
1717
node-version: 14
1818
- name: CI
19+
env:
20+
BD_USERNAME: ${{ secrets.BD_USERNAME }}
21+
BD_PASSWORD: ${{ secrets.BD_PASSWORD }}
1922
run: |
2023
yarn install
2124
yarn build

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
with:
1515
node-version: 14
1616
- name: CI
17+
env:
18+
BD_USERNAME: ${{secrets.BD_USERNAME}}
19+
BD_PASSWORD: ${{secrets.BD_PASSWORD}}
1720
run: |
1821
yarn install --frozen-lockfile --ignore-optional
1922
yarn build

0 commit comments

Comments
 (0)