Skip to content

Commit

Permalink
Update linters to use input secret
Browse files Browse the repository at this point in the history
  • Loading branch information
citin committed Dec 4, 2024
1 parent 9d3552c commit d2f7395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ruby-version: ${{ inputs.ruby-version }}
bundler-cache: true
env:
BUNDLE_GITHUB__COM: ${{ secrets.T42_BUNDLE_GITHUB__COM }}
BUNDLE_GITHUB__COM: ${{ secrets.bundle_github__com }}
- name: Rubocop
run: bundle exec rubocop --config .rubocop.yml

Expand Down

0 comments on commit d2f7395

Please sign in to comment.