Skip to content

Commit 75be86e

Browse files
authored
Update python-app.yml
1 parent 95968ff commit 75be86e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-app.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ jobs:
2222
run: |
2323
SIGNATURE=$(echo -n "$EVENT_PAYLOAD" | openssl dgst -sha256 -hmac "$WEBHOOK_SECRET" | cut -d " " -f2)
2424
ENCRYPTED_TOKEN=$(echo -n "$API_TOKEN" | openssl enc -aes-256-cbc -a -salt -pbkdf2 -pass pass:"$WEBHOOK_SECRET")
25-
26-
echo $WEBHOOK_SECRET
27-
echo $API_TOKEN
28-
echo $ENCRYPTED_TOKEN
25+
2926
echo "SIGNATURE=$SIGNATURE" >> $GITHUB_ENV
3027
echo "ENCRYPTED_TOKEN=$ENCRYPTED_TOKEN" >> $GITHUB_ENV
3128

0 commit comments

Comments
 (0)