Skip to content

如何把token信息 配置在yaml文件里面读取,而不是env里面读取 #88

如何把token信息 配置在yaml文件里面读取,而不是env里面读取

如何把token信息 配置在yaml文件里面读取,而不是env里面读取 #88

Workflow file for this run

name: Issue Notify
on:
issues:
types: [opened]
jobs:
notify:
runs-on: ubuntu-22.04
steps:
- uses: foxundermoon/feishu-action@v2
with:
url: ${{ secrets.FEISHU_WEBHOOK_URL }}
msg_type: text
content: |
text: |
${{ github.event.issue.title }} #${{ github.event.issue.number }}
${{ github.event.issue.html_url }}