Skip to content

🤔 save-file: 尝试变更工作流配置; #21

🤔 save-file: 尝试变更工作流配置;

🤔 save-file: 尝试变更工作流配置; #21

Workflow file for this run

# 参考资料
# https://github.com/marketplace/actions/vercel-action
# https://vercel.com/guides/how-can-i-use-github-actions-with-vercel
name: monorepo-1
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
on:
push:
branches-ignore:
- main
pull_request_target:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: show VERCEL_TOKEN
run: echo -n "${{ secrets.VERCEL_TOKEN }}"
- uses: actions/checkout@main
- uses: amondnet/[email protected]
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
vercel-org-id: ${{ secrets.ORG_ID}} #Required
vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
working-directory: ./packages/monorepo-1
alias-domains: monorepo-1.ruancat6312.top