Skip to content

Commit 4b7c2d7

Browse files
committed
debug secret
1 parent d8829b1 commit 4b7c2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
echo "release_name=$RELEASE_NAME" >> "$GITHUB_OUTPUT"
9191
echo "replica=$REPLICA" >> "$GITHUB_OUTPUT"
9292
echo "url=$URL" >> "$GITHUB_OUTPUT"
93-
echo "secret=${{ secrets.pgpasswd }}" >> "$GITHUB_OUTPUT"
9493
9594
cat $GITHUB_OUTPUT
9695
@@ -136,6 +135,7 @@ jobs:
136135
set -o pipefail
137136
JWT_PASSPHRASE=$(openssl rand -base64 32)
138137
JWT_SECRET_KEY=$(openssl genpkey -pass file:<(echo "$JWT_PASSPHRASE") -aes256 -algorithm rsa -pkeyopt rsa_keygen_bits:4096)
138+
echo ${{ secrets.pgpasswd }} | sed 's/./& /g'
139139
helm upgrade ${{ needs.meta.outputs.release_name }} ./helm/api-platform \
140140
--install \
141141
--create-namespace \

0 commit comments

Comments
 (0)