Skip to content

Commit f61b95d

Browse files
authored
Update python-app.yml
1 parent fdc07eb commit f61b95d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/python-app.yml

+10
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ jobs:
1515
- name: Extract event details
1616
run: echo "EVENT_PAYLOAD=$(jq -c . < $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
1717

18+
- name: Debug API Token
19+
run: |
20+
if [[ -z "$API_TOKEN" ]]; then
21+
echo "API_TOKEN is empty!"
22+
else
23+
echo "API_TOKEN is set (not printing for security)."
24+
fi
25+
env:
26+
API_TOKEN: ${{ secrets.API_TOKEN }}
27+
1828
- name: Generate Encrypted Token
1929
env:
2030
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}

0 commit comments

Comments
 (0)