Skip to content

Commit

Permalink
chore(ci): remove docker user as secret (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet authored Dec 4, 2024
1 parent bc89ad3 commit 6c901c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/docker-login
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ethpandaops
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Setup Kurtosis
uses: ./.github/actions/kurtosis-install
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/docker-login
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ethpandaops
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Kurtosis Assertoor GitHub Action
uses: ethpandaops/kurtosis-assertoor-github-action@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/per-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/docker-login
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ethpandaops
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Setup Kurtosis
uses: ./.github/actions/kurtosis-install
Expand All @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/docker-login
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ethpandaops
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Setup Kurtosis
uses: ./.github/actions/kurtosis-install
Expand All @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v4
- uses: ./.github/actions/docker-login
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ethpandaops
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Kurtosis Assertoor GitHub Action
uses: ethpandaops/kurtosis-assertoor-github-action@v1
Expand Down

0 comments on commit 6c901c5

Please sign in to comment.