Skip to content

Commit 6c901c5

Browse files
authored
chore(ci): remove docker user as secret (ethereum#848)
1 parent bc89ad3 commit 6c901c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929
- uses: ./.github/actions/docker-login
3030
with:
31-
username: ${{ secrets.DOCKER_USERNAME }}
31+
username: ethpandaops
3232
password: ${{ secrets.DOCKER_PASSWORD }}
3333
- name: Setup Kurtosis
3434
uses: ./.github/actions/kurtosis-install
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v4
6868
- uses: ./.github/actions/docker-login
6969
with:
70-
username: ${{ secrets.DOCKER_USERNAME }}
70+
username: ethpandaops
7171
password: ${{ secrets.DOCKER_PASSWORD }}
7272
- name: Kurtosis Assertoor GitHub Action
7373
uses: ethpandaops/kurtosis-assertoor-github-action@v1

.github/workflows/per-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
- uses: ./.github/actions/docker-login
1717
with:
18-
username: ${{ secrets.DOCKER_USERNAME }}
18+
username: ethpandaops
1919
password: ${{ secrets.DOCKER_PASSWORD }}
2020
- name: Setup Kurtosis
2121
uses: ./.github/actions/kurtosis-install
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343
- uses: ./.github/actions/docker-login
4444
with:
45-
username: ${{ secrets.DOCKER_USERNAME }}
45+
username: ethpandaops
4646
password: ${{ secrets.DOCKER_PASSWORD }}
4747
- name: Setup Kurtosis
4848
uses: ./.github/actions/kurtosis-install
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v4
6969
- uses: ./.github/actions/docker-login
7070
with:
71-
username: ${{ secrets.DOCKER_USERNAME }}
71+
username: ethpandaops
7272
password: ${{ secrets.DOCKER_PASSWORD }}
7373
- name: Kurtosis Assertoor GitHub Action
7474
uses: ethpandaops/kurtosis-assertoor-github-action@v1

0 commit comments

Comments
 (0)