Skip to content

Commit d4d4a46

Browse files
committed
r
1 parent 08c6aee commit d4d4a46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
dotnet nuget update source ProCoSysOfficial \
2020
--username statoildeveloper \
21-
--password ${{ secrets.AZURE_ARTIFACTS_PAT }}
21+
--password ${{ secrets.AZURE_ARTIFACTS_PAT }} \
22+
--store-password-in-clear-text
2223
- name: Run tests
2324
run: dotnet test

0 commit comments

Comments
 (0)