File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737 working-directory : ./${{ env.WORKING_DIR }}
3838 run : |
3939 ./append_secret.py CHROME_BIN /opt/google/chrome/google-chrome
40- ./append_secret.py AUTHORITY ${{ secrets.AUTHORITY }}
41- ./append_secret.py CLIENT_ID ${{ secrets.CLIENT_ID }}
42- ./append_secret.py SCOPES ${{ secrets.SCOPES }}
43- ./append_secret.py STACK_EXCHANGE_ID ${{ secrets.STACK_EXCHANGE_ID }}
44- ./append_secret.py STACK_EXCHANGE_ACCESS_TOKEN ${{ secrets.STACK_EXCHANGE_ACCESS_TOKEN }}
45- ./append_secret.py AZURE_APP_CONFIGURATION_CONNECTION_STRING ${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}
40+ ./append_secret.py AUTHORITY " ${{ secrets.AUTHORITY }}"
41+ ./append_secret.py CLIENT_ID " ${{ secrets.CLIENT_ID }}"
42+ ./append_secret.py SCOPES " ${{ secrets.SCOPES }}"
43+ ./append_secret.py STACK_EXCHANGE_ID " ${{ secrets.STACK_EXCHANGE_ID }}"
44+ ./append_secret.py STACK_EXCHANGE_ACCESS_TOKEN " ${{ secrets.STACK_EXCHANGE_ACCESS_TOKEN }}"
45+ ./append_secret.py AZURE_APP_CONFIGURATION_CONNECTION_STRING " ${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}"
4646
4747
4848 # - name: Running tests
You can’t perform that action at this time.
0 commit comments