Skip to content
Snippets Groups Projects
Unverified Commit 503489ea authored by Psnail's avatar Psnail Committed by GitHub
Browse files

fix: workflow syntex problom....

parent ab5f5c6d
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,8 @@ jobs:
if: ${{ always() && github.event_name == 'push' && github.repository == 'apache/dubbo-go' }}
with:
# DingDing bot token
dingToken: ${{ DING_TOKEN }}
secret: ${{ DING_SIGN }}
dingToken: 6374f1bf8d4f23cde81d4a4b8c1f0bc98cc92b5151ca938ab938d3d7f4230fc4
secret: SECa98677289194bb0e5caec3051301d06515750ff1bd2f932a4704298afb2e0ae6
# Post Body to send
body: |
{
......@@ -85,8 +85,8 @@ jobs:
if: ${{ always() && github.event_name == 'pull_request' && github.repository == 'apache/dubbo-go' }}
with:
# DingDing bot token
dingToken: ${{ DING_TOKEN }}
secret: ${{ DING_SIGN }}
dingToken: 6374f1bf8d4f23cde81d4a4b8c1f0bc98cc92b5151ca938ab938d3d7f4230fc4
secret: SECa98677289194bb0e5caec3051301d06515750ff1bd2f932a4704298afb2e0ae6
# Post Body to send
body: |
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment