From 0bc9a93070d1d9e203aeaaf36b1ed8beb603f5b6 Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Wed, 4 Oct 2023 11:17:13 -0400 Subject: [PATCH] update latest-tag workflow to use new PAT --- .github/workflows/latest_tags.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/latest_tags.yml b/.github/workflows/latest_tags.yml index 80bd4ed05b8..882dd62e4b0 100644 --- a/.github/workflows/latest_tags.yml +++ b/.github/workflows/latest_tags.yml @@ -119,3 +119,4 @@ jobs: # commit-message and title of the PR. commit-message: "[automated GH action] update latest release tags & commit sha (${{ inputs.network }})" title: "[GH Action] Update release tags and commit SHAs for ${{ inputs.network }}" + token: ${{ secrets.PAT_CREATE_PR }}