Skip to content
Merged
Show file tree
Hide file tree
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
26 changes: 26 additions & 0 deletions .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Deploy to Vercel

on:
pull_request:
push:
branches: [main]

concurrency:
group: vercel-deploy-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
deployments: write
pull-requests: write

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