Delete product/存储与CDN/对象存储 4.0/动态与公告/关于 COS 发布新域名 tencentcos.cn 的通知.md #13995
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 安全检查 | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
secret-check: | |
name: 安全密钥检查 | |
runs-on: ubuntu-latest | |
steps: | |
- env: | |
SECRET_CHECK_SCRIPT_URL: ${{ secrets.SECRET_CHECK_SCRIPT_URL }} | |
run: curl ${SECRET_CHECK_SCRIPT_URL} | bash -s ${GITHUB_HEAD_REF} |