Skip to content

Commit 53a2793

Browse files
committed
ci(release): harden APPLE_API_KEY env heredoc delimiter
1 parent 2418731 commit 53a2793

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ jobs:
221221
{
222222
echo "APPLE_API_KEY<<__EOF__"
223223
cat "$KEY_FILE"
224+
# Ensure the closing marker is always on its own line even if the
225+
# key payload has no trailing newline.
226+
echo
224227
echo "__EOF__"
225228
} >> "$GITHUB_ENV"
226229

0 commit comments

Comments
 (0)