From 6d8067dc2f003c1e3c9a74761acdc79ebe928bc9 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sat, 13 Jul 2024 10:58:00 -0400 Subject: [PATCH] workflows/tests: add some tokens Signed-off-by: William Woodruff --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) 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