Thanks to visit codestin.com Credit goes to github.com
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 1c6553f commit f3c530eCopy full SHA for f3c530e
.github/workflows/ci.yml
@@ -44,6 +44,7 @@ jobs:
44
echo SKYFLOW_ID1=${{secrets.SKYFLOW_ID1}} >> .env
45
echo SKYFLOW_ID2=${{secrets.SKYFLOW_ID2}} >> .env
46
echo SKYFLOW_ID3=${{secrets.SKYFLOW_ID3}} >> .env
47
+ echo MOCK_TOKEN=${{secrets.MOCK_TOKEN}} >> .env
48
49
- name: 'Run Tests'
50
run: |
.github/workflows/main.yml
@@ -34,6 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments