Skip to content

Commit 3370a8d

Browse files
authored
fix(ci): update common-config workflow to use beam-community/actions-sync (#147)
1 parent 7d8a8d4 commit 3370a8d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/common-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
types:
1313
- common-config
1414
schedule:
15-
- cron: "8 12 8 * *"
15+
- cron: "0 0 1 * *"
1616
workflow_dispatch: {}
1717

1818
concurrency:
@@ -38,11 +38,11 @@ jobs:
3838
uses: erlef/setup-beam@v1
3939
with:
4040
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
41-
elixir-version: "1.16"
42-
otp-version: "26.0"
41+
elixir-version: "1.19"
42+
otp-version: "27.0"
4343

4444
- name: Sync
45-
uses: stordco/actions-sync@v1
45+
uses: beam-community/actions-sync@v1
4646
with:
4747
commit-message: "chore: sync files with beam-community/common-config"
4848
pr-enabled: true
@@ -52,3 +52,4 @@ jobs:
5252
sync-auth: doomspork:${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
5353
sync-tree: latest
5454
sync-repository: github.com/beam-community/common-config.git
55+
config-file: .github/common-config.yaml

0 commit comments

Comments
 (0)