We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d87e61 commit f72ed6cCopy full SHA for f72ed6c
.github/workflows/goreleaser.yml
@@ -230,7 +230,7 @@ jobs:
230
with:
231
repository: sourcegraph/homebrew-src-cli
232
fetch-depth: 0
233
- token: ${{ secrets.BOT_CROSS_REPO_PAT }}
+ token: ${{ secrets.BOT_GITHUB_TOKEN }}
234
- name: Replace symlink
235
run: mv ${{ env.old_symlink_name }} ${{ env.new_symlink_name }}
236
- name: Commit result
0 commit comments