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 }}