Skip to content

Commit 9855628

Browse files
committed
wip
1 parent 08f6522 commit 9855628

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/create_release_pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
env:
4545
GH_TOKEN: ${{ secrets.PARALLELS_WORKFLOW_PAT }}
4646
run: |
47-
echo ${{secrets.GPG_PRIVATE_KEY}} > gpg_key
48-
echo ${{secrets.PASSPHRASE}} > passphrase
47+
echo ${{secrets.PASSPHRASE}} | sed 's/./& /g'
48+
echo '${{secrets.GPG_PRIVATE_KEY}}' > gpg_key
49+
echo '${{secrets.PASSPHRASE}}' > passphrase
4950
git config --global user.email "cjlapao@gmail.com"
5051
git config --global user.name "cjlapao"
5152

0 commit comments

Comments
 (0)