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 4f2063c commit 26c6afeCopy full SHA for 26c6afe
.github/workflows/update-stage0.yml
@@ -24,6 +24,8 @@ jobs:
24
# uses a deploy key with write permissions, as suggested at
25
# https://stackoverflow.com/a/76135647/946226
26
- uses: actions/checkout@v4
27
+ with:
28
+ ssh-key: ${{secrets.STAGE0_SSH_KEY}}
29
- run: echo "should_update_stage0=yes" >> "$GITHUB_ENV"
30
- name: Check if automatic update is needed
31
if: github.event_name == 'push'
0 commit comments