Skip to content

Commit 404d6fa

Browse files
authored
Change to cross-repo token
Change to cross-repo token to enable pushing to homebrew-tap repo
1 parent 0a0f3e3 commit 404d6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run the release
2727
run: sudo -E make devcontainer-release
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.GH_CROSS_REPO_TOKEN }}
3030
BUILD_NUMBER: ${{ github.run_id }}
3131
IS_CI: 1
3232
IS_PR: ${{ github.head_ref }}

0 commit comments

Comments
 (0)