diff --git a/.github/workflows/check-for-changes.yml b/.github/workflows/check-for-changes.yml index a32e947..2f33807 100644 --- a/.github/workflows/check-for-changes.yml +++ b/.github/workflows/check-for-changes.yml @@ -10,6 +10,8 @@ env: SIGN_IN_URL: ${{ vars.SIGN_IN_URL }} WISH_LIST_URL: ${{ vars.WISH_LIST_URL }} WISHLIST_RECHECK_MINUTES: ${{ vars.WISHLIST_RECHECK_MINUTES }} + WISHLIST_BOOK: ${{ vars.WISHLIST_BOOK }} + WISHLIST_BOOK_USER: ${{ vars.WISHLIST_BOOK_USER }} # Controls when the workflow will run on: diff --git a/add-to-cart.mjs b/add-to-cart.mjs index fe109d9..bfd75cd 100644 Binary files a/add-to-cart.mjs and b/add-to-cart.mjs differ diff --git a/check-for-changes.mjs b/check-for-changes.mjs index 6324456..b59ba87 100644 Binary files a/check-for-changes.mjs and b/check-for-changes.mjs differ diff --git a/helpers/bookSlot.mjs b/helpers/bookSlot.mjs new file mode 100644 index 0000000..b52ec75 Binary files /dev/null and b/helpers/bookSlot.mjs differ