Skip to content

Commit f4a6926

Browse files
authored
Update pythonanywhere.yml
1 parent 20dce8c commit f4a6926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonanywhere.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Reload PythonAnywhere Web App
2525
run: |
2626
curl -s -X POST \
27-
"https://www.pythonanywhere.com/api/v0/user/${{ secrets.PA_USERNAME }}/webapps/akshaybhisikar99.pythonanywhere.com/reload/"
28-
-H "Authorization: Token ${{ secrets.PA_API_TOKEN }}" \
27+
"https://www.pythonanywhere.com/api/v0/user/${{ secrets.PA_USERNAME }}/webapps/${{ secrets.PA_USERNAME }}.pythonanywhere.com/reload/" \
28+
-H "Authorization: Token ${{ secrets.PA_API_TOKEN }}"
2929
3030
3131

0 commit comments

Comments
 (0)