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 7a33dd9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- uses: actions/checkout@v4
- 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 7a33dd9

Please sign in to comment.