Skip to content

Commit

Permalink
Provides github token to geckodriver
Browse files Browse the repository at this point in the history
  • Loading branch information
leomurta authored Dec 1, 2023
1 parent a0e7a7f commit 33f404c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup geckodriver
uses: browser-actions/setup-geckodriver@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 33f404c

Please sign in to comment.