Skip to content

Commit

Permalink
chore: fix api token
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Nov 1, 2023
1 parent 3b2b2c6 commit 1af170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output . ./src/Flipt\.Grpc/flipt-grpc.csproj

- name: Push
run: dotnet nuget push Flipt.gRPC.${VERSION}.nupkg --api-key ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push Flipt.gRPC.${VERSION}.nupkg --api-key "${{ secrets.NUGET_API_TOKEN }}"

0 comments on commit 1af170b

Please sign in to comment.