Skip to content

Commit dd33adc

Browse files
chore(deps): update actions/create-github-app-token action to v2 (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1157252 commit dd33adc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mergeabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
# Use an app token so further workflows (e.g. release) are triggered
1717
- id: token
18-
uses: actions/create-github-app-token@v1
18+
uses: actions/create-github-app-token@v2
1919
with:
2020
app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }}
2121
private-key: ${{ secrets.FRECKLE_AUTOMATION_PRIVATE_KEY }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717

1818
- id: token
19-
uses: actions/create-github-app-token@v1
19+
uses: actions/create-github-app-token@v2
2020
with:
2121
app-id: ${{ vars.FRECKLE_AUTOMATION_APP_ID }}
2222
private-key: ${{ secrets.FRECKLE_AUTOMATION_PRIVATE_KEY }}

0 commit comments

Comments
 (0)