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 fca7da3 commit 52e5e45Copy full SHA for 52e5e45
.github/workflows/dotnet.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Fiddeling with secrets
26
env:
27
- NUGET_TOKEN_EXISTS: ${{ secrets.SECRET_TOKEN }}
+ NUGET_TOKEN_EXISTS: ${{ secrets.NUGET_TOKEN }}
28
if: env.NUGET_TOKEN_EXISTS != ''
29
run: echo "NUGET_TOKEN_EXISTS exists - implementation of secret checking working on all runners"
30
- name: Build
0 commit comments