Skip to content

Commit 3f0b4f4

Browse files
committed
Use GH_TOKEN to work around rate limits.
Signed-off-by: dblock <[email protected]>
1 parent d884403 commit 3f0b4f4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test-mongodb.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
with:
2020
ruby-version: ${{ matrix.entry.ruby }}
2121
- uses: browser-actions/setup-geckodriver@latest
22+
with:
23+
token: ${{ secrets.GITHUB_TOKEN }}
2224
- run: geckodriver --version
2325
- uses: supercharge/[email protected]
2426
with:

.github/workflows/test-postgresql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
ruby-version: ${{ matrix.entry.ruby }}
1919
- uses: browser-actions/setup-geckodriver@latest
20+
with:
21+
token: ${{ secrets.GITHUB_TOKEN }}
2022
- run: geckodriver --version
2123
- uses: harmon758/postgresql-action@v1
2224
with:

0 commit comments

Comments
 (0)