Skip to content

Commit cf70224

Browse files
authored
Update python-app.yml
1 parent e5522ba commit cf70224

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/python-app.yml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ 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
2827
2928
- name: Call External API (With Encrypted Token)
3029
run: |

0 commit comments

Comments
 (0)