Skip to content

Commit

Permalink
GHA: Action: Updates MT creds
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Apr 23, 2024
1 parent d80fb80 commit 20f3cba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Run Libre (4)
uses: ./
with:
Login: 12345
Password: 12345
Login: ${{ secrets.MT_RUNNER_MT4_LOGIN || '12345' }}
Password: ${{ secrets.MT_RUNNER_MT4_PASSWORD || 'SETME' }}
TestExpert: EA31337-Libre-v1.013.ex4
TestFromDate: 2020.01.01
TestPeriod: M15
Expand All @@ -41,8 +41,8 @@ jobs:
- name: Run Libre (5)
uses: ./
with:
Login: ${{ secrets.MT5_LOGIN }}
Password: ${{ secrets.MT5_PASSWORD }}
Login: ${{ secrets.MT_RUNNER_MT5_LOGIN || '12345' }}
Password: ${{ secrets.MT_RUNNER_MT5_PASSWORD || 'SETME' }}
Server: MetaQuotes-Demo
TestExpert: EA31337-Libre-v1.013.ex5
TestFromDate: 2024.01.01
Expand Down

0 comments on commit 20f3cba

Please sign in to comment.