Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
manquer committed Sep 16, 2024
1 parent 3be458a commit 7913d16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:
SERVICE_PREFIX: DEFAULT
env:
TEST_KEY: TEST_SECRET
AZURE_CLIENT_ID: 6b37a34b-4496-47e2-ab31-1bc31926e797
AZURE_CLIENT_ID: 76800364-ffa5-4917-8cd5-0405f6313218
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
AZURE_TENANT_ID: 5a7d1f14-292f-4043-a73a-d0339418a1e1
AZURE_VAULT_URI: https://tvkv-dev-top-01.vault.azure.net/
- name:
run: echo $DEFAULT_TEST_KEY
- uses: talview/[email protected]
if: contains(github.actor, 'bot') == false
with:
Expand Down
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82123,7 +82123,6 @@ async function setup(prefix, secrets) {
const env = (0,lodash.reduce)(res, (acc, i) => `${acc}${i}`);
const current = process.env.GITHUB_ENV;
process.env.GITHUB_ENV = `${current}${env}`;
console.log(process.env.GITHUB_ENV);
}

;// CONCATENATED MODULE: ./src/main.ts
Expand Down
1 change: 0 additions & 1 deletion src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ export async function setup(prefix: string, secrets: any): Promise<void> {
const env = reduce(res, (acc, i) => `${acc}${i}`)
const current = process.env.GITHUB_ENV
process.env.GITHUB_ENV = `${current}${env}`
console.log(process.env.GITHUB_ENV)
}

0 comments on commit 7913d16

Please sign in to comment.