Skip to content

Commit 577f278

Browse files
Try using GITHUB_TOKEN instead of a custom GH_PACKAGES_TOKEN
1 parent c3d0198 commit 577f278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.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 "${{github.repository_owner}}" \
55-
-Password "${{secrets.GH_PACKAGES_TOKEN}}"
55+
-Password "${{secrets.GITHUB_TOKEN}}"
5656
${{matrix.nuget}} \
57-
setapikey "${{secrets.GH_PACKAGES_TOKEN}}" \
57+
setapikey "${{secrets.GITHUB_TOKEN}}" \
5858
-Source "${{env.FEED_URL}}"
5959
6060
- name: Setup CMake

0 commit comments

Comments
 (0)