Skip to content

Commit

Permalink
pr-builder.yml: add Sloshy's user name and password for test run
Browse files Browse the repository at this point in the history
  • Loading branch information
tripleee committed Nov 9, 2023
1 parent b1a57e1 commit 4b2abcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Check out sources
uses: actions/checkout@v4
- name: Make the requested changes
env:
SLOSHY_EMAIL: ${{secrets.SLOSHY_EMAIL}}
SLOSHY_PASSWORD: ${{secrets.SLOSHY_PASSWORD}}
run: |
pip3 install -r requirements.txt
python3 pr-builder.py '${{ github.event.inputs.chatroom-url}}' \
Expand Down

0 comments on commit 4b2abcb

Please sign in to comment.