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 8dc57b4 commit 1a933b1Copy full SHA for 1a933b1
.github/workflows/release.yaml
@@ -25,6 +25,11 @@ jobs:
25
run: yarn install
26
27
- name: 🏄 Run the tests
28
+ env:
29
+ CRYSTALLIZE_TENANT_ID: 6890ca9cd065ed6bcafdf9e5
30
+ CRYSTALLIZE_TENANT_IDENTIFIER: js-api-client-integration-tests
31
+ CRYSTALLIZE_ACCESS_TOKEN_ID: ${{ secrets.CRYSTALLIZE_ACCESS_TOKEN_ID }}
32
+ CRYSTALLIZE_ACCESS_TOKEN_SECRET: ${{ secrets.CRYSTALLIZE_ACCESS_TOKEN_SECRET }}
33
run: yarn build && yarn test
34
35
- name: 🏷 Create Release
0 commit comments