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 19deb02 commit 73b1548Copy full SHA for 73b1548
.github/workflows/ci.yml
@@ -32,5 +32,5 @@ jobs:
32
- name: Test Build
33
shell: bash
34
run: |
35
- npm test ${{ secrets.TENANT_USER_ID }} '${{ secrets.TENANT_USER_PW }}' ${{DEV_TENANT}} ${{PROD_TENANT}}
+ npm test ${{ secrets.TENANT_USER_ID }} '${{ secrets.TENANT_USER_PW }}' ${{secrets.DEV_TENANT}} ${{secrets.PROD_TENANT}}
36
0 commit comments