Skip to content

Commit 22347f7

Browse files
committed
fix: Update CI workflow to use secrets for Docker registry authentication
1 parent 65c121b commit 22347f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: docker/login-action@v3
9292
with:
9393
registry: ${{ env.REGISTRY }}
94-
username: ${{ github.actor }}
94+
username: ${{ secrets.COBROWSER_PACKAGE_USER }}
9595
password: ${{ secrets.COBROWSER_PACKAGE_TOKEN }}
9696

9797
- name: Extract metadata (tags, labels) for Docker

0 commit comments

Comments
 (0)