Skip to content

Commit 6bf6b4c

Browse files
committed
improvements
1 parent c8d8000 commit 6bf6b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wrangler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
touch .secrets-cache/synced
6464
6565
# 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' | \
66+
echo "$SECRETS_CONTEXT" | jq -r 'to_entries | .[] | select(.key | startswith("github_") | not) | select(.key != "CLOUDFLARE_API_TOKEN") | @base64' | \
6767
parallel --jobs 10 'echo {} | base64 --decode | jq -r '"'"'.key,.value'"'" | {
6868
read -r secret
6969
read -r secret_value

0 commit comments

Comments
 (0)