From 6408bfd9eed59bb6b179687d074b00e344b8299a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Triay?= Date: Thu, 25 Jan 2024 21:16:01 +0000 Subject: [PATCH] update secret name --- .github/workflows/prepare-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 9469ca963..2bc61b10a 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -29,5 +29,5 @@ jobs: - name: Auto-commit changes uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a #v4.16.0 with: - token: ${{ secrets.GH_PAT_OZ_ORG }} + token: ${{ secrets.OPENZEPPELIN_ORG_GITHUB_PAT }} commit_message: Bump version to ${{ env.NEW_VERSION }}