Skip to content

Commit bd686ce

Browse files
authored
fix(rel): udpate token reference (#1166)
Update GH action token reference. Previous token did not have proper scope needed for GH action ### Test plan CI <!-- As part of SOC2/GN-104 and SOC2/GN-105 requirements, all pull requests are REQUIRED to provide a "test plan". A test plan is a loose explanation of what you have done or implemented to test this, as outlined in our Testing principles and guidelines: https://docs.sourcegraph.com/dev/background-information/testing_principles Write your test plan here after the "Test plan" header. -->
1 parent b906d32 commit bd686ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
repository: sourcegraph/homebrew-src-cli
126126
fetch-depth: 0
127-
token: ${{ secrets.BOT_GITHUB_TOKEN }}
127+
token: ${{ secrets.BOT_CROSS_REPO_PAT }}
128128
- name: Copy main release formula file to versioned formula file
129129
run: cp Formula/src-cli.rb ${{ env.versioned_formula_file }}
130130
# Homebrew expects the name of the class in a versioned formula file to be of the

0 commit comments

Comments
 (0)