Skip to content

TAG_PUSH

TAG_PUSH #465

Workflow file for this run

# 文件名建议统一为 tag-push.yml
# 应用 publish.yml 的 demo
name: TAG_PUSH
on: create
jobs:
call-publish:
uses: Tencent/tdesign/.github/workflows/publish.yml@main

Check failure on line 10 in .github/workflows/tag-push.yml

View workflow run for this annotation

GitHub Actions / TAG_PUSH

Invalid workflow file

The workflow is not valid. .github/workflows/tag-push.yml (Line: 10, Col: 11): Secret TDESIGN_NPM_TOKEN is required, but not provided while calling.
secrets:
TDESIGN_SURGE_TOKEN: ${{ secrets.TDESIGN_SURGE_TOKEN }}
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
permissions:
contents: read
id-token: write