Skip to content

Commit 070675d

Browse files
committed
output secret names
1 parent 273cf38 commit 070675d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-fly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
# Import secrets if any
171171
echo "::group::Set the fly secrets if any are set"
172172
if [ -n "${{ secrets.fly_secrets }}" ]; then
173-
echo '${{ secrets.fly_secrets }}' | tr " " "\n"
173+
echo 'fly_secrets=${{ secrets.fly_secrets }}'
174174
echo '${{ secrets.fly_secrets }}' | tr " " "\n" | flyctl secrets import --stage --app "$app_normalized_name";
175175
else
176176
echo "No secrets to import!";

0 commit comments

Comments
 (0)