Skip to content

Commit

Permalink
chore(deps): update peaceiris/actions-github-app-token action to v1.1…
Browse files Browse the repository at this point in the history
….6 (#700)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 24, 2023
1 parent ec559c8 commit 05a0299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# issues: write
# pull-requests: write
steps:
- uses: peaceiris/actions-github-app-token@v1.1.5
- uses: peaceiris/actions-github-app-token@v1.1.6
id: app
with:
app_id: ${{ secrets.GH_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 1
permissions: {}
steps:
- uses: peaceiris/actions-github-app-token@v1.1.5
- uses: peaceiris/actions-github-app-token@v1.1.6
id: app
with:
app_id: ${{ secrets.GH_APP_ID }}
Expand Down

0 comments on commit 05a0299

Please sign in to comment.