File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
|| github.event.pull_request.user.login == 'dependabot[bot]'
12
12
steps :
13
13
- name : Generate Auth Token
14
- uses : actions/create-github-app-token@v1
14
+ uses : actions/create-github-app-token@v2
15
15
id : app-token
16
16
with :
17
17
app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 17
17
name : Docker Build and Push
18
18
steps :
19
19
- name : Generate Auth Token
20
- uses : actions/create-github-app-token@v1
20
+ uses : actions/create-github-app-token@v2
21
21
id : app-token
22
22
with :
23
23
app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change 8
8
runs-on : ' ubuntu-20.04'
9
9
steps :
10
10
- name : Generate Auth Token
11
- uses : actions/create-github-app-token@v1
11
+ uses : actions/create-github-app-token@v2
12
12
id : app-token
13
13
with :
14
14
app-id : ${{ secrets.APP_ID }}
You can’t perform that action at this time.
0 commit comments