Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed Nov 24, 2023
2 parents d809fde + 3ad4d92 commit 583055a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}


jobs:
build-and-push-image:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func fetchFeed(after string) ([]FeedItem, error) {
func main() {
viper.SetConfigName("config")
viper.SetConfigType("yaml")
viper.AddConfigPath("/run/secrets/")
viper.AddConfigPath("/etc/phabricator-tele-notifier/")
viper.AddConfigPath("$HOME/.config/phabricator-tele-notifier")
viper.AddConfigPath(".")
Expand Down

0 comments on commit 583055a

Please sign in to comment.