From 747060d3a0e67f85ed169fe587af57632daa70d9 Mon Sep 17 00:00:00 2001 From: bgharbi Date: Tue, 12 Sep 2023 00:28:49 +0200 Subject: [PATCH] update cicd config for website starknet -- migration WIP --- .github/workflows/website.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 519ffb8778..7e5879b2ce 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -68,6 +68,5 @@ jobs: directory: dist/client workingDirectory: workspaces/website wranglerVersion: '3' - gitHubToken: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.ref_name == 'production' && 'main' || github.ref_name }}