Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
danwlsn committed Aug 8, 2024
1 parent d583905 commit 979508b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 31 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/now.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions bin/post-now.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash
set -x

POST=$1
KEY=$2

echo $POST
echo $KEY

content=$(cat ${POST} | sed '1,6d')

curl --location --request POST --header "Authorization: Bearer $KEY" 'https://api.omg.lol/address/wlsn/now' --data '{"content":"'$content'"}'

8 changes: 0 additions & 8 deletions content/now/nov-2024.md

This file was deleted.

0 comments on commit 979508b

Please sign in to comment.