Skip to content

Commit a80556a

Browse files
committed
update key
1 parent 87974f3 commit a80556a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
with:
1616
repository: ${{ github.repository_owner }}/${{ github.event.repository.name }}
17-
ssh-key: ${{ secrets.MOHAMMADNE_GHOLAM_PRIVATEKEY }}
17+
ssh-key: ${{ secrets.MOHAMMADNE_PRIVATEKEY }}
1818
- uses: actions/setup-go@v4
1919
with:
2020
go-version: "1.20"
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v3
3535
with:
3636
repository: ${{ github.repository_owner }}/${{ github.event.repository.name }}
37-
ssh-key: ${{ secrets.MOHAMMADNE_GHOLAM_PRIVATEKEY }}
37+
ssh-key: ${{ secrets.MOHAMMADNE_PRIVATEKEY }}
3838
- uses: docker/setup-buildx-action@v2
3939
- uses: docker/setup-qemu-action@v2
4040
- uses: docker/login-action@v2
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v3
6262
with:
6363
repository: ${{ github.repository_owner }}/${{ github.event.repository.name }}
64-
ssh-key: ${{ secrets.MOHAMMADNE_GHOLAM_PRIVATEKEY }}
64+
ssh-key: ${{ secrets.MOHAMMADNE_PRIVATEKEY }}
6565
- uses: actions/setup-go@v4
6666
with:
6767
go-version: "1.20"

0 commit comments

Comments
 (0)