Skip to content

Commit

Permalink
typo in pat variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wisses committed Oct 31, 2023
1 parent 64f6905 commit b28d806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}
source-url: https://nuget.pkg.github.com/azure-devops-compliance/index.json
env:
NUGET_AUTH_TOKEN: ${ {secrets.PAT }}
NUGET_AUTH_TOKEN: ${{ secrets.PAT }}

- name: dotnet publish
run: dotnet publish -o ./out Functions/Functions.csproj -c release
Expand Down

0 comments on commit b28d806

Please sign in to comment.