fix: Dependabot autoapprove id-token write permission (#1285)

* Fix automerge action syntax

* Fix typo

* Fix typo

* Add brackets

* add ID token permission

---------

Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com>
This commit is contained in:
Michael Lehmann 2025-02-04 16:27:51 -08:00 committed by GitHub
commit f0af89b102
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@ name: Dependabot auto-approve
on: pull_request
permissions:
pull-requests: write
id-token: write
jobs:
dependabot:
runs-on: ubuntu-latest