File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - " **"
77
8- pull_request :
9- branches :
10- - " **"
8+ # pull_request:
9+ # branches:
10+ # - "**"
1111
1212jobs :
1313 ci :
@@ -44,10 +44,11 @@ jobs:
4444 echo "STACK_EXCHANGE_ID = \"${{ secrets.STACK_EXCHANGE_ID }}\"," >> ./secrets.tfvars
4545 echo "STACK_EXCHANGE_ACCESS_TOKEN = \"${{ secrets.STACK_EXCHANGE_ACCESS_TOKEN }}\"," >> ./secrets.tfvars
4646 echo "AZURE_APP_CONFIGURATION_CONNECTION_STRING = \"${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}\"," >> ./secrets.tfvars
47- echo "AUTHORITY_JSON = \"${{ secrets.AUTHORITY_JSON }}\"," >> ./secrets.tfvars
48- echo "CLIENT_ID_JSON = \"${{ secrets.CLIENT_ID_JSON }}\"," >> ./secrets.tfvars
49- echo "SCOPES_JSON = \"${{ secrets.SCOPES_JSON }}\"," >> ./secrets.tfvars
5047 echo "}" >> ./secrets.tfvars
48+ # echo "AUTHORITY_JSON = \"${{ secrets.AUTHORITY_JSON }}\"," >> ./secrets.tfvars
49+ # echo "CLIENT_ID_JSON = \"${{ secrets.CLIENT_ID_JSON }}\"," >> ./secrets.tfvars
50+ # echo "SCOPES_JSON = \"${{ secrets.SCOPES_JSON }}\"," >> ./secrets.tfvars
51+
5152
5253 # - name: Running tests
5354 # run: |
You can’t perform that action at this time.
0 commit comments