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 6401bae commit b82d2fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/save.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Save

on:
workflow_dispatch:

jobs:
save:
runs-on: ubuntu-latest
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")
echo "Response: $response"

0 comments on commit b82d2fd

Please sign in to comment.