diff --git a/.github/workflows/CI-time-tracker-ui.yml b/.github/workflows/CI-time-tracker-ui.yml index d33861925..0096e4c31 100644 --- a/.github/workflows/CI-time-tracker-ui.yml +++ b/.github/workflows/CI-time-tracker-ui.yml @@ -43,30 +43,6 @@ jobs: run: npm install - # - name: Inject Secrets - # shell: python - # env: - # SCOPES: ${{ secrets.scopes }} - # CLIENT_ID: ${{ secrets.client_id }} - # AUTHORITY: ${{ secrets.authority }} - # BASE_PATH: "src/environments/" - # run: | - # import os - # import json - # data = {} - # base_path = os.environ.get('BASE_PATH', 'src/environments/') - # with open(base_path + "keys.example.json", "r+") as jsonFileRead: - # data = json.load(jsonFileRead) - # data["scopes"] = str(os.environ['SCOPES']).split(",") - # data["client_id"] = os.environ['CLIENT_ID'] - # data["authority"] = os.environ['AUTHORITY'] - # with open(base_path + ".keys.json", "w+") as jsonFileWrite: - # json.dump(data, jsonFileWrite) - - # - name: Run the test - # run: npm run ci-test --if-present - - - name: Run Semantic-release run: npx semantic-release