diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ea8072202e09..f22cd39703f2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,6 +19,7 @@ jobs: - name: Generate docs run: mobile/docs/build.sh - name: Set up deploy key + if: github.event.pull_request.head.repo.full_name == github.repository uses: shimataro/ssh-key-action@193316a178ec055fcc7b018f7f76bbf64085c628 with: key: ${{ secrets.ENVOY_MOBILE_WEBSITE_DEPLOY_KEY }}