diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ba4f80..f466bb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,6 +153,9 @@ jobs: - run: sudo dpkg -i nfpm.deb - run: git config --global user.name "Upnotify Github Actions Runner" - run: git config --global user.email "scottmmjackson@gmail.com" + - uses: webfactory/ssh-agent@v0.7.0 + with: + ssh-private-key: ${{ secrets.UPNOTIFY_DEPLOY_KEY }} - run: just archive-all do-release-package-ci env: GH_TOKEN: ${{ github.token }}