From 041bebb4b5383238163e7664f93cf70750857b89 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sat, 3 Aug 2024 14:27:36 +1000 Subject: [PATCH] RM outdated comment in gh-action.yml Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- .github/workflows/gh-action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gh-action.yml b/.github/workflows/gh-action.yml index bd51ff5a..5d2280a2 100644 --- a/.github/workflows/gh-action.yml +++ b/.github/workflows/gh-action.yml @@ -34,8 +34,6 @@ jobs: - name: Verify successful installation - install example binary using cargo-binstall run: cargo binstall -y ripgrep env: - # just-setup use binstall to install sccache, - # which works better when we provide it with GITHUB_TOKEN. GITHUB_TOKEN: ${{ secrets.CI_RELEASE_TEST_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} - name: Verify successful installation - display help of installed binary