From 3057663622623c51351f923c5d222e3ca6001fab Mon Sep 17 00:00:00 2001 From: Chris Arriola Date: Fri, 9 Feb 2024 01:21:24 -0800 Subject: [PATCH] Update secret used by update_deps workflow. (#954) Change-Id: I7ae56528ce0a741aec27aee76951790450176011 --- .github/workflows/update_deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index 7c5533d18..ab89ac6b7 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -41,7 +41,7 @@ jobs: id: cpr uses: peter-evans/create-pull-request@v4 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PAT }} commit-message: 🤖 Update Dependencies committer: compose-devrel-github-bot author: compose-devrel-github-bot