From 1e6c29a4ceafcd5094a7dcbe489b94571002acbc Mon Sep 17 00:00:00 2001 From: Clyde Date: Fri, 13 Sep 2024 14:51:57 -0700 Subject: [PATCH] updated gitub ci workflow to use the secret tixmaster api key from gh --- .github/workflows/rubyonrails.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index a1152c5..17eaba6 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -25,6 +25,7 @@ jobs: env: RAILS_ENV: test DATABASE_URL: "postgres://rails:password@localhost:5432/rails_test" + steps: - name: Checkout code uses: actions/checkout@v4