Skip to content

Commit

Permalink
fix admin CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed May 2, 2024
1 parent 38ee969 commit 4c59859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
BLOCKSCOUT_URL: ${{ secrets.E2E_BLOCKSCOUT_URL }}
FRONTEND_URL: ${{ secrets.E2E_FRONTEND_URL }}
NETWORK_URL: ${{ secrets.E2E_NETWORK_URL }}
ACCOUNT_USERNAME: ${{ secrets.ADMIN_ACCOUNT_USERNAME }}
ACCOUNT_PASSWORD: ${{ secrets.ADMIN_ACCOUNT_PASSWORD }}
ADMIN_ACCOUNT_USERNAME: ${{ secrets.ADMIN_ACCOUNT_USERNAME }}
ADMIN_ACCOUNT_PASSWORD: ${{ secrets.ADMIN_ACCOUNT_PASSWORD }}
MAILSLURP_API_KEY: ${{ secrets.MAILSLURP_API_KEY }}
MAILSLURP_EMAIL_ID: ${{ secrets.MAILSLURP_EMAIL_ID }}
RESOURCE_MODE: account
Expand Down

0 comments on commit 4c59859

Please sign in to comment.