Skip to content

Commit

Permalink
ci: refactor authentication and testing workflows
Browse files Browse the repository at this point in the history
- Swap values of `USER_NAME` and `USER_PASSWORD` in GitHub Actions workflow

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 6, 2024
1 parent 13b5939 commit 24a0285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- 2222:2222
env:
PASSWORD_ACCESS: true
USER_NAME: password
USER_PASSWORD: linuxserver.io
USER_PASSWORD: password
USER_NAME: linuxserver.io

steps:
- name: Checkout code
Expand Down

0 comments on commit 24a0285

Please sign in to comment.