File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- ' v*'
7
+ workflow_dispatch :
7
8
8
9
permissions :
9
10
contents : read
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
types : [opened, synchronize]
6
6
paths :
7
- - package-lock.json
8
7
- package.json
8
+ workflow_dispatch :
9
9
10
10
permissions :
11
11
contents : write
19
19
- uses : actions/checkout@v4
20
20
with :
21
21
ref : ${{ github.head_ref }}
22
- persist-credentials : false
23
22
fetch-depth : 0
24
- token : ${{ secrets.PAT_TOKEN }}
25
23
26
24
- name : Setup Bun
27
25
uses : oven-sh/setup-bun@v2
47
45
- name : Push changes
48
46
uses : ad-m/github-push-action@master
49
47
with :
50
- github_token : ${{ secrets.PAT_TOKEN }}
48
+ github_token : ${{ secrets.GITHUB_TOKEN }}
51
49
branch : ${{ github.head_ref }}
52
50
53
51
- name : Enable auto-merge
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments