Skip to content

Commit

Permalink
fix: secrets for site deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Mar 17, 2024
1 parent aa45985 commit 7c5b0b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ on:
description: "Cloudflare API Token"

## Cloudflare: Account ID
CLOUDFLARE_ACCOUNT:
CLOUDFLARE_ACCOUNT_ID:
required: true
description: "Cloudflare Account"

## Cloudflare: Account ID
CLOUDFLARE_ZONE_ID:
required: false
description: "Cloudflare Zone"

permissions:
contents: read

Expand Down Expand Up @@ -110,6 +115,7 @@ jobs:
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}

## Deploy: Web application.
deploy-app:
Expand Down

0 comments on commit 7c5b0b0

Please sign in to comment.