Skip to content

Commit 26d65ad

Browse files
🩹 [CI]: Remove hardcoded environment variables from Import-Module step in Test-ModuleLocal workflow
1 parent a172216 commit 26d65ad

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

‎.github/workflows/Test-ModuleLocal.yml‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,8 @@ jobs:
102102
- name: Import-Module
103103
id: import-module
104104
shell: pwsh
105-
env:
106-
TEST_APP_ENT_CLIENT_ID: ${{ secrets.TEST_APP_ENT_CLIENT_ID }}
107-
TEST_APP_ENT_PRIVATE_KEY: ${{ secrets.TEST_APP_ENT_PRIVATE_KEY }}
108-
TEST_APP_ORG_CLIENT_ID: ${{ secrets.TEST_APP_ORG_CLIENT_ID }}
109-
TEST_APP_ORG_PRIVATE_KEY: ${{ secrets.TEST_APP_ORG_PRIVATE_KEY }}
110-
TEST_USER_ORG_FG_PAT: ${{ secrets.TEST_USER_ORG_FG_PAT }}
111-
TEST_USER_USER_FG_PAT: ${{ secrets.TEST_USER_USER_FG_PAT }}
112-
TEST_USER_PAT: ${{ secrets.TEST_USER_PAT }}
113105
working-directory: ${{ inputs.WorkingDirectory }}
114106
run: |
115-
Write-Output " Getting envvars"
116-
Get-ChildItem env: | Select-Object Name, Value | Format-Table -AutoSize | Out-String
117107
$name = Get-ChildItem "outputs/module" | Select-Object -ExpandProperty Name
118108
$path = Install-PSModule -Path "outputs/module/$name" -PassThru
119109
Write-Warning $path

0 commit comments

Comments
 (0)