Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 19, 2023
1 parent fc3ba0c commit 25e2aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/actions/nuget-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ inputs:
required: true
nuget-token:
required: true
github-token:
required: true
project-path:
required: true
nuget-directory:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ jobs:
project-path: "src/Auth0.OidcClient.AndroidX"
tag-prefix: 'androidx-'
nuget-directory: ${{ github.workspace}}/nuget
secrets:
nuget-token: ${{ secrets.NUGET_APIKEY }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 25e2aca

Please sign in to comment.