Skip to content

Commit 17001ea

Browse files
author
Nisha Choudhary
committed
updating secret name
1 parent e5db830 commit 17001ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
registry: ghcr.io
2222
username: ${{ github.repository_owner }}
23-
password: ${{ secrets.GHCR_TOKEN }}
23+
password: ${{ secrets.GHCR_TOKEN2 }}
2424

2525
- name: Build and push Docker image
2626
run: |

0 commit comments

Comments
 (0)