Skip to content

Commit

Permalink
Try following github actions docs rather than percy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Nov 1, 2023
1 parent 4cb9efc commit c1f8d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run tests
run: npx percy exec -- bin/rake
env:
PERCY_TOKEN: $
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
type_check:
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit c1f8d48

Please sign in to comment.