Skip to content

Commit b0dda52

Browse files
committed
add missing pw
1 parent 7e693a9 commit b0dda52

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/conan-publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ jobs:
165165
run: choco install -y conan git
166166

167167
- name: Set up python/conan
168-
env:
169-
CONAN_REMOTE_URL: ${{ secrets.conanRemote }}
170-
CONAN_LOGIN_USERNAME_VIAMCONAN: ${{ secrets.conanUsername}}
171-
CONAN_USER_HOME: c:/cache
172-
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
173168
shell: powershell
174169
run: |
175170
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
@@ -179,6 +174,12 @@ jobs:
179174
180175
conan remote add viamconan $env:CONAN_REMOTE_URL
181176
conan remote auth -cc core:non_interactive=True viamconan
177+
env:
178+
CONAN_REMOTE_URL: ${{ secrets.conanRemote }}
179+
CONAN_LOGIN_USERNAME_VIAMCONAN: ${{ secrets.conanUsername}}
180+
CONAN_PASSWORD_VIAMCONAN: ${{ secrets.conanPassword }}
181+
CONAN_USER_HOME: c:/cache
182+
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
182183

183184
- name: Create and upload package
184185
shell: powershell

0 commit comments

Comments
 (0)