Skip to content

Commit d5343d1

Browse files
authored
Update NuGet token in external workflow
1 parent eaa47f8 commit d5343d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/external.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
-StorePasswordInClearText `
5353
-Name GitHubPackages `
5454
-UserName "gwaldron" `
55-
-Password "${{ secrets.GITHUB_TOKEN }}"
55+
-Password "${{ secrets.NUGET_CACHE_TOKEN }}"
5656
.$(${{ matrix.VCPKG_WORKSPACE }}/vcpkg/vcpkg fetch nuget) `
57-
setapikey "${{ secrets.GITHUB_TOKEN }}" `
57+
setapikey "${{ secrets.NUGET_CACHE_TOKEN }}" `
5858
-Source "${{ env.FEED_URL }}"
5959
6060
- name: Create Build Environment

0 commit comments

Comments
 (0)