Skip to content

Commit 86ea0bf

Browse files
committed
improvements
1 parent f8f2998 commit 86ea0bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wrangler.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Sync All Secrets to Cloudflare
3333
env:
3434
SECRETS_CONTEXT: ${{ toJSON(secrets) }}
35+
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3536
run: |
3637
echo "$SECRETS_CONTEXT" | jq -r 'to_entries | .[] | select(.key | startswith("GITHUB_") | not) | select(.key != "CLOUDFLARE_API_TOKEN") | .key' | while read -r secret; do
3738
secret_value=$(jq -r --arg key "$secret" '.[$key]' <<< "$SECRETS_CONTEXT")

0 commit comments

Comments
 (0)