Skip to content

Commit

Permalink
ci: remove secrets from env vars (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 authored Jan 28, 2025
1 parent c3d1a61 commit 3e3557d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ on:
workflow_dispatch:
pull_request:

env:
API_KEY: ${{ secrets.API_KEY }}
APP_ID: ${{ secrets.APP_ID }}
PSG_JWT: ${{ secrets.PSG_JWT }}
TEST_USER_ID: ${{ secrets.TEST_USER_ID }}

jobs:
lint:
name: Lint
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'dotenv', '~> 3.1'
gem 'rack', '~> 3.1'
gem 'rake', '~> 13.2'
gem 'rubocop', '~> 1.68'
Expand Down

0 comments on commit 3e3557d

Please sign in to comment.