Skip to content

Commit

Permalink
use new org auth url
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatedByBdr committed Oct 26, 2023
1 parent 83fe40c commit 6360a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify-cms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
VITE_GIT_BRANCH_NAME: ${{ github.ref_name }}
VITE_API_BASE_URL: https://${{ env.GITHUB_REF_SLUG_URL }}.starknet-website.pages.dev/api
VITE_DATA_URL: https://${{ env.GITHUB_REF_SLUG_URL }}.starknet-website.pages.dev/data
VITE_BACKEND_AUTH_URL: https://auth.clivado.com
VITE_BACKEND_AUTH_URL: https://netlify-cms-auth.haim-6b2.workers.dev

- name: Deploy Netlify CMS
uses: cloudflare/pages-action@1
Expand Down

0 comments on commit 6360a67

Please sign in to comment.