diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 84596c5922eedaf7b5504ca24ba246f7e5c0cf21..e5fbb909eaa2346a42c724d4302a06f5c76bb979 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -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: ${{ DING_TOKEN }}
+        secret: ${{ DING_SIGN }}
         # 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: ${{ DING_TOKEN }}
+        secret: ${{ DING_SIGN }}
         # Post Body to send
         body: |
           {