Skip to content

Add encrypted credentials #1

Add encrypted credentials

Add encrypted credentials #1

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run specs
run: bundle exec rake