Skip to content

Commit

Permalink
chore: update GH_TOKEN encrypted env (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
activescott authored Apr 9, 2024
1 parent 368c04f commit 8fabfdc
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ image: Visual Studio 2015
environment:
# from https://github.com/settings/tokens encrypted at https://ci.appveyor.com/tools/encrypt
GH_TOKEN:
secure: K10jiRl71WzhwEL/OJsAFS+ooQB0dAVBe0NXwnuV3h6mDvZlIM6GFt2WgcnLU8kT
secure: MJhg1HrP+chjNOM6GAdrQ957321OGuvKqKKiHfOM7igvzwDf36FQw7AHstrUxOOeY+QHh9spKK4y/s/YB+GIJ+vFjl4x+AXMOVio90NOGpMU+r19DimdewGg+im4Ca9U
CHOCO_KEY:
secure: /Ie5xuB5GTDwElbSN0V+mCyYtYNhfQJRjdoWFUsNsVJW9bq32LNzSlI1cn4OUxIu

#---------------------------------#
# build configuration #
#---------------------------------#
build_script:
- cmd: msbuild .\src\.build\lessmsi.msbuild /p:TheVersion=%APPVEYOR_BUILD_VERSION% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- cmd: msbuild .\src\.build\lessmsi.msbuild /p:TheVersion=%APPVEYOR_BUILD_VERSION% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"

#---------------------------------#
# tests configuration #
#---------------------------------#
test:
assemblies:
- .\src\.deploy\LessMsi.Tests.dll
assemblies:
- .\src\.deploy\LessMsi.Tests.dll

artifacts:
- path: 'src\.deploy\chocolateypackage\*.nupkg'
- path: 'src\.deploy\*.zip'
- path: 'src\.deploy\chocolateypackage\*.nupkg'
- path: 'src\.deploy\*.zip'

# NOTE: Deployments, before_deploy and after_deploy scripts are disabled by default on Pull Requests.
# NOTE: Deployments, before_deploy and after_deploy scripts are disabled by default on Pull Requests.
# https://www.appveyor.com/docs/deployment/#pull-requests
deploy_script:
# install (select) node 10 per semantic-release requirements: https://www.appveyor.com/docs/lang/nodejs-iojs/#selecting-nodejs-or-iojs-version
Expand All @@ -35,4 +35,3 @@ deploy_script:
- cmd: npm i semantic-release@17 @semantic-release/exec@5
# run semantic-release with config:
- cmd: node_modules\.bin\semantic-release

0 comments on commit 8fabfdc

Please sign in to comment.