Why Nostr? What is Njump?
2024-07-03 00:48:52

npub1jd…atljn on Nostr: commit ebc97ed05b24be9e37ef6910cf07cce47a094006 Author: randymcmillan ...

commit ebc97ed05b24be9e37ef6910cf07cce47a094006
Author: randymcmillan <[email protected]>
Date: Wed Jun 26 12:11:35 2024 -0400

.github/workflows/gnostr-bot.yml

diff --git a/.github/workflows/gnostr-bot.yml b/.github/workflows/gnostr-bot.yml
index c1a593187..99ff720b7 100644
--- a/.github/workflows/gnostr-bot.yml
+++ b/.github/workflows/gnostr-bot.yml
@@ -1,8 +1,9 @@
name: gnostr-bot

+# Controls when the action will run.
on:
schedule:
- - cron: '0 * * * *' # “At minute zero.”
+ - cron: '0 2 * * *' # run at 2 AM UTC
pull_request:
branches:
- '*'
@@ -17,6 +18,14 @@ on:
- '**'
- 'master'
- 'main'
+ tags:
+ - '**[0-9]+.[0-9]+.[0-9]+*'
+ - '**test**'
+ - '**-rc**'
+ workflow_dispatch:
+
+permissions:
+ contents: write

env:
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
Author Public Key
npub1jdxxvfa2es988jxz5xv863s7azusr0qjump4pc00nnvtfxky6tpq6atljn