diff --git a/.github/workflows/cloudflare-pages.yml b/.github/workflows/cloudflare-pages.yml index 6ce0e4e1a..58b8a0d26 100644 --- a/.github/workflows/cloudflare-pages.yml +++ b/.github/workflows/cloudflare-pages.yml @@ -15,6 +15,6 @@ jobs: with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: '9ddae624c98677d68d93df6e524a6061' - project: 'code' + project: 'frontend' githubToken: ${{ secrets.GITHUB_TOKEN }} commitHash: ${{ steps.push-changes.outputs.commit-hash }} \ No newline at end of file