diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1c86e8c..46a8e04 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - password: ${{ secrets.GITEA_TOKEN }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Extract metadata id: meta diff --git a/src/auth.ts b/src/auth.ts index 09b493f..4a62b53 100644 --- a/src/auth.ts +++ b/src/auth.ts @@ -115,6 +115,9 @@ export const auth = betterAuth({ trustedOrigins: [ "http://localhost:3000", "http://localhost:5173", + "https://cartsnitch.farh.net", + "https://cartsnitch.dev.farh.net", + "https://cartsnitch.uat.farh.net", "https://cartsnitch.com", "https://dev.cartsnitch.com", "https://uat.cartsnitch.com",