Skip to content

Commit 6d94803

Browse files
use github token correctly.
1 parent 6821129 commit 6d94803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-5-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
dotnet nuget push \
223223
nhsnotifysupplier.${TEST_NUGET_VERSION}.nupkg \
224224
--source github \
225-
--api-key ${GITHUB_TOKEN}
225+
--api-key ${{ secrets.GITHUB_TOKEN }}
226226
227227
### Publish NPM
228228

0 commit comments

Comments
 (0)