Skip to content

Commit

Permalink
Fix bot URL (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
duffn authored Nov 4, 2024
1 parent 307f6cb commit 5c13823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/toot_a_dumbpassword_rule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Toot a dumb password rule

on:
workflow_dispatch:
schedule:
- cron: "37 2,14 * * *"

Expand All @@ -23,5 +24,6 @@ jobs:
run: |
touch .env
echo MASTODON_API_ACCESS_TOKEN=${{ secrets.MASTODON_API_ACCESS_TOKEN }} >> .env
echo MASTODON_URL=${{ secrets.MASTODON_URL }} >> .env
- name: Toot!
run: npm run toot

0 comments on commit 5c13823

Please sign in to comment.