Skip to content

Commit

Permalink
chore(deps): update actions/create-github-app-token action to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2024
1 parent 53bc336 commit d8411ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-json-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1.7.0
uses: actions/create-github-app-token@v1.8.0
with:
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
Expand Down

0 comments on commit d8411ec

Please sign in to comment.