workflows/tests: add some tokens

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2024-07-13 10:58:00 -04:00
parent 570cf65523
commit 6d8067dc2f
No known key found for this signature in database

View File

@ -33,6 +33,7 @@ jobs:
core: false core: false
cask: false cask: false
test-bot: false test-bot: false
token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache Bundler RubyGems - name: Cache Bundler RubyGems
uses: actions/cache@v4 uses: actions/cache@v4
@ -85,6 +86,7 @@ jobs:
core: true core: true
cask: true cask: true
test-bot: true test-bot: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache Bundler RubyGems - name: Cache Bundler RubyGems
uses: actions/cache@v4 uses: actions/cache@v4