summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-05-27 23:13:49 +0300
committerПавел Жуков <33721692+LeaveMyYard@users.noreply.github.com>2023-05-27 23:13:49 +0300
commit0cc1c8be2536cfde159f7f7efd204850885c4652 (patch)
tree951ff37cebb33c8b688cf5c73ef2ae21e934c12b /.github/workflows
parent9cb82ee56c8866c60a9531eb5cb9c0a1db064e6d (diff)
Authorize checkout to homebrew-krr-test
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-on-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-on-release.yml b/.github/workflows/build-on-release.yml
index 0fe7c37..d7f1b94 100644
--- a/.github/workflows/build-on-release.yml
+++ b/.github/workflows/build-on-release.yml
@@ -137,7 +137,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: robusta-dev/homebrew-krr-test
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.MULTIREPO_GITHUB_TOKEN }}
- name: Update krr.rb formula
run: |
MAC_BUILD_HASH=${{ needs.mac-hash.outputs.MAC_BUILD_HASH }}