diff --git a/.github/workflows/cd-dev.yaml b/.github/workflows/cd-dev.yaml index 9b2ab3383..5e6738f1d 100644 --- a/.github/workflows/cd-dev.yaml +++ b/.github/workflows/cd-dev.yaml @@ -35,6 +35,7 @@ jobs: needs: [compute-sha] with: tag: ${{ needs.compute-sha.outputs.sha_short }} + secrets: inherit deploy: name: Deploy with SSH