File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/create-github-app-token@v1
15
+ - uses : actions/create-github-app-token@v2
16
16
id : gitgitgadget-git-token
17
17
with :
18
18
app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
19
19
private-key : ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
20
20
owner : gitgitgadget
21
21
repositories : git
22
- - uses : actions/create-github-app-token@v1
22
+ - uses : actions/create-github-app-token@v2
23
23
id : git-git-token
24
24
with :
25
25
app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
26
26
private-key : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
27
27
owner : git
28
28
repositories : git
29
- - uses : actions/create-github-app-token@v1
29
+ - uses : actions/create-github-app-token@v2
30
30
id : dscho-git-token
31
31
with :
32
32
app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/create-github-app-token@v1
24
+ - uses : actions/create-github-app-token@v2
25
25
id : gitgitgadget-git-token
26
26
with :
27
27
app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
28
28
private-key : ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
29
29
owner : gitgitgadget
30
30
repositories : git
31
- - uses : actions/create-github-app-token@v1
31
+ - uses : actions/create-github-app-token@v2
32
32
id : git-git-token
33
33
with :
34
34
app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
35
35
private-key : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
36
36
owner : git
37
37
repositories : git
38
- - uses : actions/create-github-app-token@v1
38
+ - uses : actions/create-github-app-token@v2
39
39
id : dscho-git-token
40
40
with :
41
41
app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/create-github-app-token@v1
24
+ - uses : actions/create-github-app-token@v2
25
25
id : gitgitgadget-git-token
26
26
with :
27
27
app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
28
28
private-key : ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
29
29
owner : gitgitgadget
30
30
repositories : git
31
- - uses : actions/create-github-app-token@v1
31
+ - uses : actions/create-github-app-token@v2
32
32
id : git-git-token
33
33
with :
34
34
app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
35
35
private-key : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
36
36
owner : git
37
37
repositories : git
38
- - uses : actions/create-github-app-token@v1
38
+ - uses : actions/create-github-app-token@v2
39
39
id : dscho-git-token
40
40
with :
41
41
app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/create-github-app-token@v1
16
+ - uses : actions/create-github-app-token@v2
17
17
id : gitgitgadget-git-token
18
18
with :
19
19
app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/create-github-app-token@v1
15
+ - uses : actions/create-github-app-token@v2
16
16
id : gitgitgadget-git-token
17
17
with :
18
18
app-id : ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
19
19
private-key : ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
20
20
owner : gitgitgadget
21
21
repositories : git
22
- - uses : actions/create-github-app-token@v1
22
+ - uses : actions/create-github-app-token@v2
23
23
id : git-git-token
24
24
with :
25
25
app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
26
26
private-key : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}
27
27
owner : git
28
28
repositories : git
29
- - uses : actions/create-github-app-token@v1
29
+ - uses : actions/create-github-app-token@v2
30
30
id : dscho-git-token
31
31
with :
32
32
app-id : ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
You can’t perform that action at this time.
0 commit comments