Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3c530e

Browse files
committed
SK-2325 Updated new env secret in workflows
1 parent 1c6553f commit f3c530e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
echo SKYFLOW_ID1=${{secrets.SKYFLOW_ID1}} >> .env
4545
echo SKYFLOW_ID2=${{secrets.SKYFLOW_ID2}} >> .env
4646
echo SKYFLOW_ID3=${{secrets.SKYFLOW_ID3}} >> .env
47+
echo MOCK_TOKEN=${{secrets.MOCK_TOKEN}} >> .env
4748
4849
- name: 'Run Tests'
4950
run: |

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
echo SKYFLOW_ID1=${{secrets.SKYFLOW_ID1}} >> .env
3535
echo SKYFLOW_ID2=${{secrets.SKYFLOW_ID2}} >> .env
3636
echo SKYFLOW_ID3=${{secrets.SKYFLOW_ID3}} >> .env
37+
echo MOCK_TOKEN=${{secrets.MOCK_TOKEN}} >> .env
3738
3839
- name: 'Run Tests'
3940
run: |

0 commit comments

Comments
 (0)