We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d884403 commit 3f0b4f4Copy full SHA for 3f0b4f4
.github/workflows/test-mongodb.yml
@@ -19,6 +19,8 @@ jobs:
19
with:
20
ruby-version: ${{ matrix.entry.ruby }}
21
- uses: browser-actions/setup-geckodriver@latest
22
+ with:
23
+ token: ${{ secrets.GITHUB_TOKEN }}
24
- run: geckodriver --version
25
- uses: supercharge/[email protected]
26
.github/workflows/test-postgresql.yml
@@ -17,6 +17,8 @@ jobs:
17
18
- uses: harmon758/postgresql-action@v1
0 commit comments