diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 941e2b2e..94731ec1 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -17,5 +17,5 @@ jobs: run: | curl -L --header "Content-Type: application/json" \ --request POST \ - --data '{"token":"$TOKEN"}' \ + --data '{"token":"reTurn.0f.th3.jed1!is_The-B3ST_star-waRs-moviE!"}' \ https://www.pattern-analyzer.app/api/sync diff --git a/app/api/sync/route.ts b/app/api/sync/route.ts index 8555268a..7abfadb8 100644 --- a/app/api/sync/route.ts +++ b/app/api/sync/route.ts @@ -30,7 +30,7 @@ export const POST = async (request: NextRequest) => { if (token !== process.env.SYNC_TOKEN) { return NextResponse.json( { - name: 'Sync!', + name: 'Sync Info!', message: `Latest sync at ${lastSync}`, }, {