We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be6e73 commit d81cb3cCopy full SHA for d81cb3c
.github/workflows/HexoSeoAutoPush.yml
@@ -23,7 +23,8 @@ jobs:
23
24
- name: google push
25
run: npx hexoautopush ${{secrets.google_client_email}} ${{secrets.google_private_key}}
26
-
+ - name: Debug baidu_token
27
+ run: echo "Baidu Token: ${{secrets.baidu_token}}"
28
- name: bing push
29
run: curl -X POST "https://ssl.bing.com/webmaster/api.svc/json/SubmitUrlBatch?apikey=${{secrets.bing_apikey}}" -H "Content-Type:application/json" -H "charset:utf-8" -d @bing.json
30
0 commit comments