Skip to content

Commit

Permalink
Update dev-cloudflare-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 authored and GitHub Enterprise committed Feb 18, 2023
1 parent 276308f commit 64e5dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
APP_ARTIFACT_LOCATION: "dist" # location of client code build output
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
RPOJECT_NAME: eoefans-landing-dev
PROJECT_NAME: eoefans-landing-dev

permissions:
contents: read
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
with:
apiToken: ${{ env.CLOUDFLARE_API_TOKEN }}
accountId: ${{ env.CLOUDFLARE_ACCOUNT_ID }}
projectName: eoefans-web-dev # e.g. 'my-project'
projectName: ${{ env.PROJECT_NAME }} # e.g. 'my-project'
directory: ${{ env.APP_ARTIFACT_LOCATION }} # e.g. 'dist'
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 64e5dc0

Please sign in to comment.