diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index f08d8fa3..6838c78a 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -40,6 +40,7 @@ jobs: with: ref: 'main' fetch-depth: 0 + ssh-key: ${{ secrets.DEPLOY_KEY }} - uses: actions/setup-node@v4 with: node-version: 20.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c7bccf8..4375d3ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,7 @@ jobs: with: ref: 'main' fetch-depth: 0 + ssh-key: ${{ secrets.DEPLOY_KEY }} - uses: actions/setup-node@v4 with: node-version: 20.x