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 5c30d83 commit 33f8f67Copy full SHA for 33f8f67
.github/workflows/create_release.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v2
15
with:
16
ref: main
17
- ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
+ ssh-key: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_SSH }}
18
- name: Reset main branch
19
run: |
20
git fetch origin dev:dev
.github/workflows/release_main.yml
@@ -71,7 +71,7 @@ jobs:
71
72
73
ref: dev
74
75
- name: Reset dev branch
76
77
git fetch origin main:main
0 commit comments