Skip to content

Commit

Permalink
fix: update variables in ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Jan 3, 2025
1 parent 602df60 commit a4b0ed6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [push]
env:
CI: "true"
CODECOV: "true"
RUBY_VERSION: 3.1.1
NODE_VERSION: 16.9.1
RUBY_VERSION: 3.2.2
NODE_VERSION: 18.17.1
WEBPACKER_RUNTIME_COMPILE: "false"
RAILS_ENV: test

Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
- uses: OpenSourcePolitics/publish-gem-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}
rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}

0 comments on commit a4b0ed6

Please sign in to comment.