Skip to content

Commit

Permalink
Remove unnecessary login
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Douglas committed Dec 21, 2023
1 parent f41421e commit cb432d8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI-CD-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ jobs:
CYPRESS_REAL_EMAIL: [email protected]
CYPRESS_REAL_PASSWORD: alskdf454#Adfa
steps:
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Add Test User
run: |
curl http://backend:8080/api/auth/signup/host -H "accept: application/json" -H "Content-Type: application/json" -d "{\"email\": \"[email protected]\", \"password\": \"alskdf454#Adfa\"}"
Expand Down

0 comments on commit cb432d8

Please sign in to comment.