File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 2020 strategy :
2121 matrix :
2222 os : [ windows-2019, ubuntu-18.04, macos-10.15 ]
23+ env :
24+ AZURE_PASSWORD : ${{ secrets.AZURE_PASSWORD }}
25+ AZURE_SOURCE : ${{ secrets.AZURE_SOURCE }}
26+ AZURE_USER : ${{ secrets.AZURE_USER }}
27+ GITHUB_PAT : ${{ secrets.GH_TOKEN }}
28+ GPR_PASSWORD : ${{ secrets.GPR_PASSWORD }}
29+ GPR_SOURCE : ${{ secrets.GPR_SOURCE }}
30+ GPR_USER : ${{ secrets.GPR_USER }}
31+ GITTER_ROOM_ID : ${{ secrets.GITTER_ROOM_ID }}
32+ GITTER_TOKEN : ${{ secrets.GITTER_TOKEN }}
33+ NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
34+ NUGET_SOURCE : " https://api.nuget.org/v3/index.json"
35+ TWITTER_ACCESS_TOKEN : ${{ secrets.TWITTER_ACCESS_TOKEN }}
36+ TWITTER_ACCESS_TOKEN_SECRET : ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
37+ TWITTER_CONSUMER_KEY : ${{ secrets.TWITTER_CONSUMER_KEY }}
38+ TWITTER_CONSUMER_SECRET : ${{ secrets.TWITTER_CONSUMER_SECRET }}
39+ WYAM_ACCESS_TOKEN : ${{ secrets.WYAM_ACCESS_TOKEN }}
40+ WYAM_DEPLOY_BRANCH : " gh-pages"
41+ WYAM_DEPLOY_REMOTE : ${{ github.event.repository.html_url }}
2342
2443 steps :
2544 - name : Checkout the repository
You can’t perform that action at this time.
0 commit comments