File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
name : Merge tag
30
30
31
31
steps :
32
- - uses : actions/create-github-app-token@v1
32
+ - uses : actions/create-github-app-token@v2
33
33
id : app-token
34
34
with :
35
35
app-id : ${{ vars.GHA_APP_ID }}
Original file line number Diff line number Diff line change 12
12
contents : write
13
13
pull-requests : write
14
14
steps :
15
- - uses : actions/create-github-app-token@v1
15
+ - uses : actions/create-github-app-token@v2
16
16
id : app-token
17
17
with :
18
18
app-id : ${{ vars.GHA_APP_ID }}
Original file line number Diff line number Diff line change 18
18
name : Sync branches
19
19
20
20
steps :
21
- - uses : actions/create-github-app-token@v1
21
+ - uses : actions/create-github-app-token@v2
22
22
id : app-token
23
23
with :
24
24
app-id : ${{ vars.GHA_APP_ID }}
You can’t perform that action at this time.
0 commit comments