From ec71e3be8ba18f12c10702fe40baa5c82918f977 Mon Sep 17 00:00:00 2001 From: bgharbi Date: Mon, 11 Sep 2023 23:46:12 +0200 Subject: [PATCH] update cicd config for website starknet -- migration WIP 2 --- .github/workflows/website.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 1e16e73b7d9..42f16b0128f 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -59,11 +59,11 @@ jobs: VITE_ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }} VITE_CF_STREAM_URL: ${{ secrets.CF_STREAM_URL }} - - name: Publish + - name: Publish migration uses: cloudflare/pages-action@v1 with: - apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} + apiToken: ${{ secrets.NEW_CLOUDFLARE_API_TOKEN }} + accountId: "59382bbcb5735de2f8818797873d1eb2" projectName: starknet-website directory: dist/client workingDirectory: workspaces/website