Skip to content

Commit 73f983d

Browse files
Merge pull request #3317 from metacpan/dependabot/github_actions/actions/create-github-app-token-2
Bump actions/create-github-app-token from 1 to 2
2 parents 13ac487 + a0f3dc0 commit 73f983d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/automerge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
|| github.event.pull_request.user.login == 'dependabot[bot]'
1212
steps:
1313
- name: Generate Auth Token
14-
uses: actions/create-github-app-token@v1
14+
uses: actions/create-github-app-token@v2
1515
id: app-token
1616
with:
1717
app-id: ${{ secrets.APP_ID }}

.github/workflows/build-container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Docker Build and Push
1818
steps:
1919
- name: Generate Auth Token
20-
uses: actions/create-github-app-token@v1
20+
uses: actions/create-github-app-token@v2
2121
id: app-token
2222
with:
2323
app-id: ${{ secrets.APP_ID }}

.github/workflows/update-snapshot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: 'ubuntu-20.04'
99
steps:
1010
- name: Generate Auth Token
11-
uses: actions/create-github-app-token@v1
11+
uses: actions/create-github-app-token@v2
1212
id: app-token
1313
with:
1414
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)