File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
with :
125
125
repository : sourcegraph/homebrew-src-cli
126
126
fetch-depth : 0
127
- token : ${{ secrets.BOT_CROSS_REPO_PAT }}
127
+ token : ${{ secrets.BOT_GITHUB_TOKEN }}
128
128
- name : Copy main release formula file to versioned formula file
129
129
run : cp Formula/src-cli.rb ${{ env.versioned_formula_file }}
130
130
# Homebrew expects the name of the class in a versioned formula file to be of the
@@ -202,7 +202,7 @@ jobs:
202
202
args : release --clean --config=${{ env.config_file }}
203
203
env :
204
204
# Use separate access token, because we need a scope:repo token to publish the brew formula.
205
- GITHUB_TOKEN : ${{ secrets.GH_PAT }}
205
+ GITHUB_TOKEN : ${{ secrets.BOT_GITHUB_TOKEN }}
206
206
207
207
# goreleaser_post updates the symlink name to refer to the new release version. The
208
208
# symlink enables users to install the latest src-cli with the versioned command:
You can’t perform that action at this time.
0 commit comments