Update saltwood-wf.yml

This commit is contained in:
Mxmilu 2024-07-14 23:36:28 +08:00 committed by GitHub
parent 79a7dfa510
commit 5dd0a48b43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ jobs:
steps:
- name: updatecache
env:
TOKEN: ${{ secrets.MY_TOKEN_SECRET }}
TOKEN: ${{ secrets.SALTWOOD_SECRET }}
run: |
# 构建 URL
URL="http://saltwood.top:9393/93AtHome/update_files?token=$TOKEN"
@ -25,4 +25,4 @@ jobs:
else
echo "(┬┬﹏┬┬) Unexpected response code: $RESPONSE_CODE"
exit 1
fi
fi