Skip to content

Commit

Permalink
add api token
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Sep 20, 2023
1 parent 045f09c commit 7852f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/cmx-versions/action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: 'Get CMX Versions'
description: 'Retrieves a list of the CMX versions to test against'
# TODO: Can make the minimum supported version an input to this action?
runs:
using: 'node16'
main: 'dist/index.js'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,8 @@ jobs:
- name: get CMX versions to test
id: cmx-versions-to-test
uses: ./.github/actions/cmx-versions
with:
replicated-api-token: ${{ secrets.C11Y_MATRIX_TOKEN }}
outputs:
versions-to-test: ${{ steps.cmx-versions-to-test.outputs.versions-to-test }}

Expand Down

0 comments on commit 7852f40

Please sign in to comment.