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