Skip to content

Commit c516437

Browse files
committed
build: use real credentials
1 parent 60e03e1 commit c516437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_fast.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
uses: docker/login-action@v1
4141
with:
4242
registry: ghcr.io
43-
username: ${{ secrets.CR_USER }}
44-
password: ${{ secrets.CR_PAT }}
43+
username: cmu-delphi-deploy-machine
44+
password: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_PAT }}
4545

4646
- name: Build, tag, and push image to Github
4747
env:

0 commit comments

Comments
 (0)