Skip to content

v4.1.1

Compare
Choose a tag to compare
@nanos nanos released this 21 Mar 19:24
· 254 commits to main since this release

Change log

  • Fetch remote replies to bookmarks (#19)
  • File based locking to prevent overlapping executions of the script in cron mode (#18)
  • Implement Support for Dead Man Switch monitoring (#20)
  • Prevent schedule from being disabled after 60 days (#17)

Update instructions

If you are running from Git Hub Actions

  • Update your fork
  • If you wish to use dead man monitoring, provide the ON_START, ON_DONE, and/or ON_FAIL environment variables as desired.
  • If you wish to use the option to fetch remote replies for bookmarks:
    • Add the read:bookmarks scope to your Access Token
    • Re-generate your access token
    • Supply the new ACCESS_TOKEN as an action secret
    • Supply MAX_BOOKMARKS as environment variable

If you are running locally

  • Fetch the latest version
  • Provide the --lock-hours parameters as a value greater than 0
  • If you wish to use dead man monitoring, provide the --on-start, --on-done, and/or --on-fail argument, as desired.
  • If you wish to use the option to fetch remote replies for bookmarks:
    • Add the read:bookmarks scope to your Access Token
    • Re-generate your access token
    • Supply the new ACCESS_TOKEN as an action secret
    • Supply the --max-bookmarks argument to the script