We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e03e1 commit c516437Copy full SHA for c516437
.github/workflows/ci_fast.yaml
@@ -40,8 +40,8 @@ jobs:
40
uses: docker/login-action@v1
41
with:
42
registry: ghcr.io
43
- username: ${{ secrets.CR_USER }}
44
- password: ${{ secrets.CR_PAT }}
+ username: cmu-delphi-deploy-machine
+ password: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_PAT }}
45
46
- name: Build, tag, and push image to Github
47
env:
0 commit comments