fix: change cred to account token
Latest version / check-version (push) Has been cancelled
Latest version / workflow-keepalive (push) Has been cancelled
Daily check in / workflow-keepalive (push) Has been cancelled
Daily check in / check-in (push) Failing after 17s

This commit is contained in:
Fd
2026-02-07 11:23:29 +00:00
parent 10f171ffb3
commit 08f1da14cb
+1 -1
View File
@@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v4
- run: node index.js
env:
CRED: ${{ secrets.CRED }}
ACCOUNT_TOKEN: ${{ secrets.ACCOUNT_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_USER: ${{ secrets.DISCORD_USER }}