workflows/tests: add some tokens
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
570cf65523
commit
6d8067dc2f
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user