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
parent b9ee51dc60
commit f0af89b102

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