Skip to content

Commit

Permalink
ci(go-sdk-test-workflow): review test user secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Sep 20, 2024
1 parent 9ad8ff1 commit 5e1d4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-sdk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
pip install --upgrade -e .
- name: Unit & Coverage Report
env:
CNR_TEST_USER: ${{ secrets.TESTS_USER_CNR }}
CNR_TEST_PASSWORD: ${{ secrets.TESTS_USERPASSWORD_CNR }}
CNR_TEST_USER: ${{ secrets.RTLDEV_MW_CI_USER_CNR }}
CNR_TEST_PASSWORD: ${{ secrets.RTLDEV_MW_CI_USERPASSWORD_CNR }}
run: "./scripts/coverage.sh"
- name: Upload htmlcov folder
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5e1d4e7

Please sign in to comment.