File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : write secrets
3737 working-directory : ./${{ env.WORKING_DIR }}
38- run : |
39- echo "additional_settings = {" >> ./secrets.auto.tfvars
40- echo "CHROME_BIN = \"/opt/google/chrome/google-chrome\"," >> ./secrets.auto.tfvars
41- echo "AUTHORITY = \"${{ secrets.AUTHORITY }}\"," >> ./secrets.auto.tfvars
42- echo "CLIENT_ID = \"${{ secrets.CLIENT_ID }}\"," >> ./secrets.auto.tfvars
43- echo "SCOPES = \"${{ secrets.SCOPES }}\"," >> ./secrets.auto.tfvars
44- echo "STACK_EXCHANGE_ID = \"${{ secrets.STACK_EXCHANGE_ID }}\"," >> ./secrets.auto.tfvars
45- echo "STACK_EXCHANGE_ACCESS_TOKEN = \"${{ secrets.STACK_EXCHANGE_ACCESS_TOKEN }}\"," >> ./secrets.auto.tfvars
46- echo "AZURE_APP_CONFIGURATION_CONNECTION_STRING = \"${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}\"," >> ./secrets.auto.tfvars
47- echo "}" >> ./secrets.auto.tfvars
48- # echo "AUTHORITY_JSON = \"${{ secrets.AUTHORITY_JSON }}\"," >> ./secrets.auto.tfvars
49- # echo "CLIENT_ID_JSON = \"${{ secrets.CLIENT_ID_JSON }}\"," >> ./secrets.auto.tfvars
50- # echo "SCOPES_JSON = \"${{ secrets.SCOPES_JSON }}\"," >> ./secrets.auto.tfvars
38+ run : |
39+ echo "${{ secrets.TEST_SECRET_CAN_DELETE }}"" >> ./secrets.auto.tfvars
40+ cat ./secrets.auto.tfvars
5141
5242
5343 # - name: Running tests
You can’t perform that action at this time.
0 commit comments