Skip to content

Commit 1143de2

Browse files
committed
Update actions/create-github-app-token action to v1.8.0
1 parent dc38aae commit 1143de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format-json-yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Generate a token
2121
id: generate_token
22-
uses: actions/create-github-app-token@v1.7.0
22+
uses: actions/create-github-app-token@v1.8.0
2323
with:
2424
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
2525
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}

0 commit comments

Comments
 (0)