From c6abc7207e935cf002de27233f1fda095ba6afe9 Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Fri, 23 Jan 2026 15:35:20 -0700 Subject: [PATCH] Revert change to pull request token Signed-off-by: Andy Bavier --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 0c47d79..7837214 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -30,7 +30,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_ONOS_PAT }} commit-message: Update version committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> signoff: true