We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d0198 commit 577f278Copy full SHA for 577f278
.github/workflows/cmake.yml
@@ -52,9 +52,9 @@ jobs:
52
-StorePasswordInClearText \
53
-Name GitHubPackages \
54
-UserName "${{github.repository_owner}}" \
55
- -Password "${{secrets.GH_PACKAGES_TOKEN}}"
+ -Password "${{secrets.GITHUB_TOKEN}}"
56
${{matrix.nuget}} \
57
- setapikey "${{secrets.GH_PACKAGES_TOKEN}}" \
+ setapikey "${{secrets.GITHUB_TOKEN}}" \
58
-Source "${{env.FEED_URL}}"
59
60
- name: Setup CMake
0 commit comments