File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,21 @@ jobs:
3333 - name : build docker
3434 run : make build
3535
36- - name : write secrets
37- working-directory : ./${{ env.WORKING_DIR }}
38- run : |
39- echo "${{ secrets.TEST_SECRET_CAN_DELETE }}"" >> ./secrets.auto.tfvars
40- cat ./secrets.auto.tfvars
36+ # - name: write secrets
37+ # 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
4151
4252
4353 # - name: Running tests
Original file line number Diff line number Diff line change 1+ additional_settings = {
2+ " SOME_KEY" = " some-value"
3+ " OTHER_KEY" = " other-value"
4+ }
You can’t perform that action at this time.
0 commit comments