File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 4343 run : npm install
4444
4545
46- # - name: Inject Secrets
47- # shell: python
48- # env:
49- # SCOPES: ${{ secrets.scopes }}
50- # CLIENT_ID: ${{ secrets.client_id }}
51- # AUTHORITY: ${{ secrets.authority }}
52- # BASE_PATH: "src/environments/"
53- # run: |
54- # import os
55- # import json
56- # data = {}
57- # base_path = os.environ.get('BASE_PATH', 'src/environments/')
58- # with open(base_path + "keys.example.json", "r+") as jsonFileRead:
59- # data = json.load(jsonFileRead)
60- # data["scopes"] = str(os.environ['SCOPES']).split(",")
61- # data["client_id"] = os.environ['CLIENT_ID']
62- # data["authority"] = os.environ['AUTHORITY']
63- # with open(base_path + ".keys.json", "w+") as jsonFileWrite:
64- # json.dump(data, jsonFileWrite)
65-
66- # - name: Run the test
67- # run: npm run ci-test --if-present
68-
69-
7046
7147 - name : Run Semantic-release
7248 run : npx semantic-release
You can’t perform that action at this time.
0 commit comments