Skip to content

Commit d580615

Browse files
committed
add env for tests in release job
1 parent 1b6311e commit d580615

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
npm i
2020
npm run lint
2121
npm run test
22+
env:
23+
ALS_CREDS_OAUTH2: ${{ secrets.ALS_CREDS_OAUTH2 }}
24+
ALS_CREDS_STANDARD: ${{ secrets.ALS_CREDS_STANDARD }}
2225
- name: get version
2326
id: package-version
2427
uses: martinbeentjes/[email protected]

0 commit comments

Comments
 (0)