Skip to content

Commit fd52991

Browse files
authored
Update python-app.yml
1 parent 277bca6 commit fd52991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
ENCRYPTED_TOKEN=$(echo -n "$API_TOKEN" | openssl dgst -sha256 -hmac "$WEBHOOK_SECRET" | cut -d " " -f2)
2525
2626
echo "SIGNATURE=$SIGNATURE" >> $GITHUB_ENV
27+
echo "ENCRYPTED_TOKEN=$ENCRYPTED_TOKEN" >> $GITHUB_ENV
2728
2829
- name: Call External API (With Encrypted Token)
2930
run: |

0 commit comments

Comments
 (0)