Skip to content

Commit

Permalink
Remove password
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHodge committed May 21, 2021
1 parent 95215a3 commit cd2925b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
# Base url to be used
DOCS_BASE_URL: "http://localhost"
DOCS_ADMIN_EMAIL_INIT: "[email protected]"
# admin password ("superSecure")
DOCS_ADMIN_PASSWORD_INIT: "$$2a$$05$$PcMNUbJvsk7QHFSfEIDaIOjk1VI9/E7IPjTKx.jkjPxkx2EOKSoPS"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion teedytest/teedytest.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
TeedyUsername = "admin"
TeedyPassword = "superSecure"
TeedyPassword = "admin"
SkippingIntegrationMessage = "skipping integration test"
)

Expand Down

0 comments on commit cd2925b

Please sign in to comment.