chore: pin action

This commit is contained in:
Juan Picado 2022-08-04 20:34:04 +02:00
parent 6f8a2d37e6
commit 399343c6f9
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ jobs:
- name: 🔥 Deploy Production Netlify - name: 🔥 Deploy Production Netlify
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'workflow_dispatch' 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: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }} netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
@ -76,7 +76,7 @@ jobs:
- name: 🤖 Deploy Preview Netlify - name: 🤖 Deploy Preview Netlify
if: github.repository == 'verdaccio/verdaccio' if: github.repository == 'verdaccio/verdaccio'
uses: semoal/action-netlify-deploy@master uses: semoal/action-netlify-deploy@1a53f098745bf78555d11b436f5ee3af87e6b566
id: netlify_preview id: netlify_preview
with: with:
draft: true draft: true