diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 6b494d37d..d8250d634 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -61,7 +61,7 @@ jobs: - name: 🔥 Deploy Production Netlify if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'workflow_dispatch' - uses: semoal/action-netlify-deploy@master + uses: semoal/action-netlify-deploy@1a53f098745bf78555d11b436f5ee3af87e6b566 with: github-token: ${{ secrets.GITHUB_TOKEN }} netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }} @@ -76,7 +76,7 @@ jobs: - name: 🤖 Deploy Preview Netlify if: github.repository == 'verdaccio/verdaccio' - uses: semoal/action-netlify-deploy@master + uses: semoal/action-netlify-deploy@1a53f098745bf78555d11b436f5ee3af87e6b566 id: netlify_preview with: draft: true