From 049fbce92d7cbe66cd610e391259906b13045130 Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Wed, 14 May 2025 09:55:28 -0400 Subject: [PATCH] chore: update secrets v2 --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 79c749ae43..00a0e620fd 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -230,7 +230,7 @@ jobs: with: repository: sourcegraph/homebrew-src-cli fetch-depth: 0 - token: ${{ secrets.BOT_CROSS_REPO_PAT }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} - name: Replace symlink run: mv ${{ env.old_symlink_name }} ${{ env.new_symlink_name }} - name: Commit result