diff --git a/.env.example b/.env.example index 1b86440..7bfd202 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # GitHub -GITHUB_TOKEN= +# GITHUB_TOKEN= # Backstage APP_BASE_URL=http://backstage.localhost @@ -8,7 +8,7 @@ PLAUSIBLE_SOURCE_URL=http://plausible.localhost/js/script.js # Plausible BASE_URL=http://plausible.localhost -SECRET_KEY_BASE= -TOTP_VAULT_KEY= +# SECRET_KEY_BASE= +# TOTP_VAULT_KEY= LOG_LEVEL=debug \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 285f39d..a7b75bb 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,7 @@ name: Build on: - pull_request: - branches: - - main + merge_group: schedule: - cron: '0 8 * * *' # Every day at 8:00 PM AEDT