From 7928f3d1d37c34590684e43e63a54508c387b181 Mon Sep 17 00:00:00 2001 From: Jordon Brooks Date: Sun, 11 Jun 2023 00:41:11 +0100 Subject: [PATCH] update release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ceb35e3..78fd72e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,8 @@ jobs: archive: tar.gz steps: - uses: actions/checkout@master + with: + ssh-key: "${{secrets.RELEASE_KEY}}" - uses: Swatinem/rust-cache@v2 with: # The prefix cache key, this can be changed to start a new cache manually.