Skip to content

Commit e7a7ef2

Browse files
Update actions/create-github-app-token action to v1.8.0 (#928)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10f944e commit e7a7ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)