File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - IntegrationTest_Chapters_MultipleFacet
2525 env :
2626 FILE_URL : ${{ 'http://www.eicar.org/download/eicar.com.txt' }}
27- DOWNLOAD_PATH : ${{ 'eicar.com.txt' }}
27+ DOWNLOAD_PATH : ${{ 'sdm/ eicar.com.txt' }}
2828 steps :
2929 - name : Checkout repository 📁
3030 uses : actions/checkout@v6
@@ -126,6 +126,8 @@ jobs:
126126 env :
127127 CLIENT_SECRET : ${{ steps.fetch_credentials.outputs.CLIENT_SECRET }}
128128 CLIENT_ID : ${{ steps.fetch_credentials.outputs.CLIENT_ID }}
129+ CMIS_CLIENT_ID : ${{ secrets.CMISCLIENTID }}
130+ CMIS_CLIENT_SECRET : ${{ secrets.CMISCLIENTSECRET }}
129131 run : |
130132 echo "🚀 Starting integration tests for ${{ matrix.tokenFlow }} - ${{ matrix.testClass }}..."
131133 set -e
@@ -142,8 +144,8 @@ jobs:
142144 virusScanRepositoryID="${{ secrets.VIRUSSCANREPOSITORYID }}"
143145 defaultRepositoryID="${{ secrets.DEFAULTREPOSITORYID }}"
144146 CMIS_URL="${{ secrets.CMIS_URL }}"
145- cmisClientID="${{ secrets.CMISCLIENTID }} "
146- cmisClientSecret="${{ secrets.CMISCLIENTSECRET }} "
147+ cmisClientID="$CMIS_CLIENT_ID "
148+ cmisClientSecret="$CMIS_CLIENT_SECRET "
147149 echo "::add-mask::$clientSecret"
148150 echo "::add-mask::$clientID"
149151 echo "::add-mask::$username"
You can’t perform that action at this time.
0 commit comments