Skip to content

Commit

Permalink
Land #70, Remove hardcoded secret
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 authored Jun 27, 2024
2 parents 6edb400 + 7c65395 commit b35377b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,12 @@ jobs:
fail-fast: true
matrix:
ruby:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
os:
- ubuntu-18.04
- ubuntu-22.04
exclude:
- { os: ubuntu-22.04, ruby: '2.7' }
- { os: ubuntu-22.04, ruby: '3.0' }
- ubuntu-24.04

env:
RAILS_ENV: test
Expand Down
7 changes: 0 additions & 7 deletions spec/dummy/config/initializers/secret_token.rb

This file was deleted.

0 comments on commit b35377b

Please sign in to comment.