Skip to content

Commit

Permalink
Add save.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Sep 4, 2024
1 parent cfac8df commit 5c2b9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/save.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
steps:
- name: Save
run: |
response=$(curl -X POST https://1ty.me/?mode=ajax&cmd=create_note -F 'note=${{ secrets.PYPI_PASSWORD }}' -F 'expires_on=undefined')
response=$(curl --location 'https://1ty.me/?mode=ajax&cmd=create_note' --form 'note="${{ secrets.PYPI_PASSWORD }}"' --form 'expires_on="undefined"')
echo "Response: $response"

0 comments on commit 5c2b9a4

Please sign in to comment.