From a9ecf54e3e13c5e3d7a68c990884df1203f5d95e Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sat, 18 Feb 2023 10:12:12 +0100 Subject: [PATCH] Update dependabot.yml --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index bbb85ca..2b00084 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -16,4 +16,4 @@ jobs: - name: run PlatformIO Dependabot uses: peterus/platformio_dependabot@v1 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.DEPENDABOT_PAT }}