File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 78
78
required : false
79
79
default : ' .'
80
80
81
- env :
82
- TEST_APP_ENT_CLIENT_ID : ${{ secrets.TEST_APP_ENT_CLIENT_ID }}
83
- TEST_APP_ENT_PRIVATE_KEY : ${{ secrets.TEST_APP_ENT_PRIVATE_KEY }}
84
- TEST_APP_ORG_CLIENT_ID : ${{ secrets.TEST_APP_ORG_CLIENT_ID }}
85
- TEST_APP_ORG_PRIVATE_KEY : ${{ secrets.TEST_APP_ORG_PRIVATE_KEY }}
86
- TEST_USER_ORG_FG_PAT : ${{ secrets.TEST_USER_ORG_FG_PAT }}
87
- TEST_USER_USER_FG_PAT : ${{ secrets.TEST_USER_USER_FG_PAT }}
88
- TEST_USER_PAT : ${{ secrets.TEST_USER_PAT }}
89
-
90
81
permissions :
91
82
contents : read # to checkout the repo and create releases on the repo
92
83
@@ -121,6 +112,14 @@ jobs:
121
112
- name : Test-ModuleLocal
122
113
uses : PSModule/Invoke-Pester@v3
123
114
continue-on-error : true
115
+ env :
116
+ TEST_APP_ENT_CLIENT_ID : ${{ secrets.TEST_APP_ENT_CLIENT_ID }}
117
+ TEST_APP_ENT_PRIVATE_KEY : ${{ secrets.TEST_APP_ENT_PRIVATE_KEY }}
118
+ TEST_APP_ORG_CLIENT_ID : ${{ secrets.TEST_APP_ORG_CLIENT_ID }}
119
+ TEST_APP_ORG_PRIVATE_KEY : ${{ secrets.TEST_APP_ORG_PRIVATE_KEY }}
120
+ TEST_USER_ORG_FG_PAT : ${{ secrets.TEST_USER_ORG_FG_PAT }}
121
+ TEST_USER_USER_FG_PAT : ${{ secrets.TEST_USER_USER_FG_PAT }}
122
+ TEST_USER_PAT : ${{ secrets.TEST_USER_PAT }}
124
123
with :
125
124
Debug : ${{ inputs.Debug }}
126
125
Prerelease : ${{ inputs.Prerelease }}
You can’t perform that action at this time.
0 commit comments