diff options
author | Paul Frazee <pfrazee@gmail.com> | 2025-02-11 14:22:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 14:22:59 -0800 |
commit | 94e35ee3ead9ce04ee12914e60422e0962f56187 (patch) | |
tree | 21b3751ee2b7a1831203ca86e55b580c468e20a8 /.github | |
parent | 459611ca7a0d1559e3c9373ef9a61ea8e4c1e2f7 (diff) | |
download | voidsky-94e35ee3ead9ce04ee12914e60422e0962f56187.tar.zst |
Add deploy key to nightly commit (#7722)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/nightly-update-source-languages.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/nightly-update-source-languages.yaml b/.github/workflows/nightly-update-source-languages.yaml index e3687bd47..27a3477da 100644 --- a/.github/workflows/nightly-update-source-languages.yaml +++ b/.github/workflows/nightly-update-source-languages.yaml @@ -17,6 +17,8 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v3 + with: + ssh-key: ${{secrets.GH_ACTION_DEPLOY_KEY}} - name: Install node uses: actions/setup-node@v4 with: |