Skip to content

Commit 40d39fe

Browse files
authored
Update cloudflare-worker-deploy.yml
Update secret (perhaps hyphens not supported?)
1 parent 4037c43 commit 40d39fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cloudflare-worker-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
uses: cloudflare/wrangler-action@1.2.0
2424
with:
2525
apiToken: ${{ secrets.CLOUDFLARE_WORKER_API_TOKEN }}
26-
secrets: MAILGUN-SECRET
26+
secrets: |
27+
MAILGUNSECRET
2728
2829
env:
29-
MAILGUN-SECRET: ${{ secrets.MAILGUN_API_KEY }}
30+
MAILGUNSECRET: ${{ secrets.MAILGUN_API_KEY }}

0 commit comments

Comments
 (0)