Skip to content

Commit 18111c4

Browse files
committed
use push-action@master
1 parent 5e43b6e commit 18111c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/versions.yml renamed to .github/workflows/sync.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Versions
1+
name: Sync Versions
22

33
# TODO: Switch to daily cron job
44
on: [push]
@@ -21,6 +21,8 @@ jobs:
2121
- name: Update tooling versions
2222
run: |
2323
node ./dist/update.js
24+
with:
25+
github_token: ${{ secrets.GITHUB_TOKEN }}
2426

2527
- name: Commit files
2628
run: |
@@ -29,6 +31,6 @@ jobs:
2931
git commit -m "Sync repository with latest tooling" -a
3032
3133
- name: Push changes
32-
uses: ad-m/github-push-action@0.6.0
34+
uses: ad-m/github-push-action@master
3335
with:
3436
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)