Skip to content

Commit

Permalink
fix: vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanagle committed Sep 17, 2024
1 parent 18fff3c commit 87afcbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Publish
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
apiToken: ${{ env.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: indikit
projectName: ${{ env.CLOUDFLARE_PROJECT_NAME }}
directory: .next
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 87afcbf

Please sign in to comment.