Skip to content

Commit

Permalink
fix: update workflow env
Browse files Browse the repository at this point in the history
  • Loading branch information
shuta13 committed Jan 1, 2024
1 parent 81b5494 commit 8d82474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous_delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
secrets: |
WEB_PROD_URL
CONTENTFUL_SPACE_ID
CONTENTFUL_ACCESS_TOKEN
env:
WEB_PROD_URL: https://meguro.es
CONTENTFUL_SPACE_ID: ${{ secrets.CONTENTFUL_SPACE_ID }}
Expand Down

0 comments on commit 8d82474

Please sign in to comment.