Skip to content

Commit

Permalink
Update cloudflarepages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alardev authored Nov 28, 2023
1 parent 6dda2a5 commit d550450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloudflarepages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
uses: cloudflare/pages-action@v1.5.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: CLOUDFLARE_ACCOUNT_ID
projectName: CLOUDFLARE_PROJECT_NAME
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
directory: site/dist/
# Optional: Enable this if you want to have GitHub Deployments triggered
# gitHubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d550450

Please sign in to comment.