File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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.BOT_GITHUB_TOKEN }}
205
+ GITHUB_TOKEN : ${{ secrets.BOT_CROSS_REPO_PAT }}
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:
@@ -230,7 +230,7 @@ jobs:
230
230
with :
231
231
repository : sourcegraph/homebrew-src-cli
232
232
fetch-depth : 0
233
- token : ${{ secrets.BOT_GITHUB_TOKEN }}
233
+ token : ${{ secrets.BOT_CROSS_REPO_PAT }}
234
234
- name : Replace symlink
235
235
run : mv ${{ env.old_symlink_name }} ${{ env.new_symlink_name }}
236
236
- name : Commit result
You can’t perform that action at this time.
0 commit comments