Skip to content

Commit

Permalink
fix: use env var values correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
EresDev committed Jan 14, 2025
1 parent 43c2ec8 commit e70bdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/sync-env-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ curl -X PATCH \
"type": "plain_text"
},
"RELOADLY_API_CLIENT_ID": {
"value": "'${RELOADLY_API_CLIENT_ID}'",
"value": "'"${RELOADLY_API_CLIENT_ID}"'",
"type": "secret_text"
},
"RELOADLY_API_CLIENT_SECRET": {
Expand Down

0 comments on commit e70bdf8

Please sign in to comment.