Skip to content

Commit 26c6afe

Browse files
committed
Revert "Tmp remove ssh key"
This reverts commit 7c0d583.
1 parent 4f2063c commit 26c6afe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-stage0.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
# uses a deploy key with write permissions, as suggested at
2525
# https://stackoverflow.com/a/76135647/946226
2626
- uses: actions/checkout@v4
27+
with:
28+
ssh-key: ${{secrets.STAGE0_SSH_KEY}}
2729
- run: echo "should_update_stage0=yes" >> "$GITHUB_ENV"
2830
- name: Check if automatic update is needed
2931
if: github.event_name == 'push'

0 commit comments

Comments
 (0)