Skip to content

Commit 6560167

Browse files
authored
Merge pull request #42 from akquinet/renovate/actions-create-github-app-token-2.x
fix(deps): update actions/create-github-app-token action to v2
2 parents aba7b78 + 7cbf25a commit 6560167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Generate a token
4141
id: generate_token
42-
uses: actions/create-github-app-token@v1
42+
uses: actions/create-github-app-token@v2
4343
with:
4444
app-id: ${{ secrets.CICD_APP_ID }}
4545
private-key: ${{ secrets.CICD_APP_PRIVATE_KEY }}
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Generate a token
6868
id: generate_token
69-
uses: actions/create-github-app-token@v1
69+
uses: actions/create-github-app-token@v2
7070
with:
7171
app-id: ${{ secrets.CICD_APP_ID }}
7272
private-key: ${{ secrets.CICD_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)