Skip to content

Commit 08e0085

Browse files
author
Michael Henderson
committed
add private package access
1 parent 5d33b3c commit 08e0085

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/keyfactor-starter-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
1313
release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }}
1414
release_dir: IISWithBindings/bin/Release/netcoreapp3.1 # output directory to upload as a release, relative to checkout workspace
15+
secrets:
16+
token: ${{ secrets.PRIVATE_PACKAGE_ACCESS }}
1517

1618
call-generate-readme-workflow:
1719
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)