Skip to content

Commit

Permalink
*: fix auto-updater
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Mar 2, 2023
1 parent 942d970 commit 2937fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
run: go install github.com/devopyio/yamlfmt@latest
- name: Upgrade
run: |
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
export GITHUB_TOKEN=${{ secrets.PAT_SECRET }}
make upgrade
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
commit-message: "[bot] Automated version update"
title: "[bot] Automated version update"
title: "Automated version update"
body: |
This is an automated version update performed from CI on behalf of @paulfantom.
Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ DIRS=\
base/ingress-nginx \
base/flux-system \
apps/auth \
apps/datalake-metrics \
apps/dns \
apps/homeassistant \
apps/homer \
apps/monitoring \
apps/parca \
apps/portal \
apps/recipe \
apps/snmp \
apps/system-update \
apps/unifi

MAKEFILES=$(shell find . -name "Makefile" -not -path "*/vendor/*" -not -path "./Makefile")
Expand Down

0 comments on commit 2937fde

Please sign in to comment.