diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f49997fb91..b61a183ddd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,6 +33,7 @@ jobs: core: false cask: false test-bot: false + token: ${{ secrets.GITHUB_TOKEN }} - name: Cache Bundler RubyGems uses: actions/cache@v4 @@ -85,6 +86,7 @@ jobs: core: true cask: true test-bot: true + token: ${{ secrets.GITHUB_TOKEN }} - name: Cache Bundler RubyGems uses: actions/cache@v4