Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
deploy:
uses: yearn/yearn-gha/.github/workflows/vercel-deploy.yml@711efc3dc97f65bbf6d6045d593732a935171e32
uses: yearn/yearn-gha/.github/workflows/vercel-deploy.yml@eeffa8cdc7d0bedc3b25a226f604ee27f043300b
with:
vault: webops-prod-dummy
environment: ${{ github.event_name == 'pull_request' && 'preview' || 'production' }}
Expand Down
Loading