Skip to content

Commit aee5883

Browse files
⬆️👨‍💻 Update actions/create-github-app-token action to v2 (#698)
1 parent bbb9145 commit aee5883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/templating.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- id: create-token
17-
uses: actions/create-github-app-token@v1
17+
uses: actions/create-github-app-token@v2
1818
with:
1919
app-id: ${{ secrets.APP_ID }}
2020
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)