We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d8000 commit 6bf6b4cCopy full SHA for 6bf6b4c
.github/workflows/wrangler.yaml
@@ -63,7 +63,7 @@ jobs:
63
touch .secrets-cache/synced
64
65
# Get all secrets and process them in parallel
66
- echo "$SECRETS_CONTEXT" | jq -r 'to_entries | .[] | select(.key | startswith("gitub_") | not) | select(.key != "CLOUDFLARE_API_TOKEN") | @base64' | \
+ echo "$SECRETS_CONTEXT" | jq -r 'to_entries | .[] | select(.key | startswith("github_") | not) | select(.key != "CLOUDFLARE_API_TOKEN") | @base64' | \
67
parallel --jobs 10 'echo {} | base64 --decode | jq -r '"'"'.key,.value'"'" | {
68
read -r secret
69
read -r secret_value
0 commit comments