Skip to content

Commit

Permalink
Merge pull request #32 from echohello-dev/feature/homekeeping
Browse files Browse the repository at this point in the history
feat: Housekeeping changes
  • Loading branch information
johnnyhuy committed Sep 14, 2024
2 parents c014dbb + 961a598 commit 9f36779
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GitHub
GITHUB_TOKEN=
# GITHUB_TOKEN=

# Backstage
APP_BASE_URL=http://backstage.localhost
Expand All @@ -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
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Build

on:
pull_request:
branches:
- main
merge_group:

schedule:
- cron: '0 8 * * *' # Every day at 8:00 PM AEDT
Expand Down

0 comments on commit 9f36779

Please sign in to comment.