forked from cartsnitch/auth
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f0291e8827 | |||
| 9e6dfe1f9c | |||
| 9ae3161860 |
@@ -47,7 +47,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata
|
- name: Extract metadata
|
||||||
id: meta
|
id: meta
|
||||||
|
|||||||
+2
-3
@@ -116,8 +116,7 @@ export const auth = betterAuth({
|
|||||||
"http://localhost:3000",
|
"http://localhost:3000",
|
||||||
"http://localhost:5173",
|
"http://localhost:5173",
|
||||||
"https://cartsnitch.com",
|
"https://cartsnitch.com",
|
||||||
"https://cartsnitch.farh.net",
|
"https://dev.cartsnitch.com",
|
||||||
"https://cartsnitch.dev.farh.net",
|
"https://uat.cartsnitch.com",
|
||||||
"https://cartsnitch.uat.farh.net",
|
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user