Skip to content

Commit

Permalink
update secret variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ankithads committed Jun 14, 2024
1 parent 145577a commit 2e274b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e274b3

Please sign in to comment.