We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ef2ec commit c3bd3a4Copy full SHA for c3bd3a4
.github/workflows/HexoSeoAutoPush.yml
@@ -22,8 +22,7 @@ jobs:
22
23
- name: google push
24
run: npx hexoautopush ${{secrets.google_client_email}} ${{secrets.google_private_key}}
25
- - name: Debug baidu_token
26
- run: echo ${{secrets.baidu_token}}
+
27
- name: bing push
28
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
29
0 commit comments