From 2e274b399ec0ec611f3feaf4603b6efc38831002 Mon Sep 17 00:00:00 2001 From: Ankitha Damodara Date: Fri, 14 Jun 2024 09:35:16 +0100 Subject: [PATCH] update secret variable --- .github/workflows/specs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml index d07b857..e044759 100644 --- a/.github/workflows/specs.yml +++ b/.github/workflows/specs.yml @@ -37,10 +37,11 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up Ruby - uses: ruby/setup-ruby@v1 + - uses: gocardless/github-actions/actions/ruby-bundle-install@master with: - bundler-cache: true + known_hosts: ${{ secrets.KNOWN_HOSTS_GITHUB_KEY }} + robot_ssh_key: ${{ secrets.ROBOT_SSH_KEY }} + token: ${{ secrets.GOCARDLESS_CI_ROBOT_TOKEN }} ruby-version: "${{ matrix.ruby-version }}" - name: Run Specs