Skip to content

Commit

Permalink
Update test_matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 4, 2020
1 parent 962ef47 commit e39f9ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ jobs:
--rootdir=$(pwd) \
--splunk_type=docker \
--splunk_version=${{ matrix.splunk-version }} \
--splunk_password=Changed@11
--splunk_password=${{ secrets.GitHub_PAT }}@11
env:
SPLUNKBASE_PASSWORD: ${{ secrets.SPLUNKBASE_PASSWORD }}
SPLUNK_HEC_TOKEN: ${{ secrets.SPLUNK_HEC_TOKEN }}
SPLUNK_START_ARGS: ${{ secrets.SPLUNK_START_ARGS }}

0 comments on commit e39f9ff

Please sign in to comment.