Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed May 16, 2024
1 parent 121faee commit 6f9a77b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rubberstamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
name: "Rubberstamp"
on: # yamllint disable-line rule:truthy
schedule:
# Once every 15 minutes
# - cron: "*/15 * * * *"
# Once every 5 minutes
# - cron: "*/5 * * * *"
# Once a month
- cron: "0 0 * */1 *"
jobs:
Expand All @@ -24,6 +24,7 @@ jobs:
- run: "git remote get-url origin"
- run: "git config --global user.email 'rubberstamp@rubberstamp.test'"
- run: "git config --global user.name 'Rubberstamp'"
- run: "git add .rubberstamp"
- run: "git commit -am 'rubberstamp'"
- run: "echo \"$SSH_KEY\" >/tmp/key && chmod 0600 /tmp/key && git -c 'core.sshCommand=ssh -i /tmp/key' push"
env:
Expand Down

0 comments on commit 6f9a77b

Please sign in to comment.