Skip to content

Commit

Permalink
refactor: remove unnecessary authentication (#1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
seantking authored Aug 11, 2022
1 parent fdb035a commit d43c792
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Log in to the Container registry
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run e2e Test
run: |
cd e2e
Expand Down

0 comments on commit d43c792

Please sign in to comment.