Skip to content

Commit

Permalink
Pass in api-key and update ci-node-index to runner-id
Browse files Browse the repository at this point in the history
  • Loading branch information
natevick authored Nov 20, 2023
1 parent 515f16b commit 2408051
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,13 @@ jobs:
ci_node_total: [4]
ci_node_index: [0, 1, 2, 3]

env:
SELECTIVE_API_KEY: ${{ secrets.SELECTIVE_API_KEY }}

steps:
- uses: actions/checkout@v4
- name: Setup Selective
uses: selectiveci/setup-selective@21148f5d6e16246b23981b3c7f11129914da787e
uses: selectiveci/setup-selective@a0ec4e5d552bc2af70e8d002245aad7344e4035a
with:
ci-node-index: ${{ matrix.ci_node_index }}
api-key: ${{ secrets.SELECTIVE_API_KEY }}
runner-id: ${{ matrix.ci_node_index }}
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 2408051

Please sign in to comment.