Skip to content

Commit

Permalink
update API username & password in actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
tslight authored Jul 8, 2024
1 parent 7914f26 commit 1cb8d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: make lint-errors
- name: Run the tests and notebook
env:
OE_USERNAME: ${{ secrets.OE_USERNAME }}
OE_PASSWORD: ${{ secrets.OE_PASSWORD }}
BP_USERNAME: ${{ secrets.BP_USERNAME }}
BP_PASSWORD: ${{ secrets.BP_PASSWORD }}
run: make test nb-markdown

0 comments on commit 1cb8d17

Please sign in to comment.