Skip to content

Commit ef46680

Browse files
authored
Merge pull request #80 from allthingslinux/renovate/actions-create-github-app-token-2.x
chore(deps): update actions/create-github-app-token action to v2
2 parents 6f79d65 + 6ddc6bb commit ef46680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: "Generate GitHub App Token"
1414
id: app-token
15-
uses: "actions/create-github-app-token@v1"
15+
uses: "actions/create-github-app-token@v2"
1616
with:
1717
app-id: ${{ secrets.WEBSITE_APP_ID }}
1818
private-key: ${{ secrets.WEBSITE_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)