We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa47f8 commit d5343d1Copy full SHA for d5343d1
1 file changed
.github/workflows/external.yml
@@ -52,9 +52,9 @@ jobs:
52
-StorePasswordInClearText `
53
-Name GitHubPackages `
54
-UserName "gwaldron" `
55
- -Password "${{ secrets.GITHUB_TOKEN }}"
+ -Password "${{ secrets.NUGET_CACHE_TOKEN }}"
56
.$(${{ matrix.VCPKG_WORKSPACE }}/vcpkg/vcpkg fetch nuget) `
57
- setapikey "${{ secrets.GITHUB_TOKEN }}" `
+ setapikey "${{ secrets.NUGET_CACHE_TOKEN }}" `
58
-Source "${{ env.FEED_URL }}"
59
60
- name: Create Build Environment
0 commit comments