We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac99ef commit 94f9cb7Copy full SHA for 94f9cb7
.github/workflows/branches-ubuntu.yml
@@ -89,5 +89,5 @@ jobs:
89
run: |
90
for f in ./nupkg/*.nupkg
91
do
92
- curl -vX PUT -u "graphql-dotnet:${{ secrets.GHPackagesToken }}" -F package=@$f https://nuget.pkg.github.com/graphql-dotnet/
+ curl -vX PUT -u "graphql-dotnet:${{secrets.GITHUB_TOKEN}}" -F package=@$f https://nuget.pkg.github.com/graphql-dotnet/
93
done
0 commit comments