Skip to content

Commit 59f442e

Browse files
committed
Merge branch 'hotfix/releasing-on-gh' into develop
2 parents 5894113 + 7754ab4 commit 59f442e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,27 @@ jobs:
2121
matrix:
2222
os: [ windows-2019, ubuntu-18.04, macos-10.15 ]
2323

24+
env:
25+
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}
26+
AZURE_SOURCE: ${{ secrets.AZURE_SOURCE }}
27+
AZURE_USER: ${{ secrets.AZURE_USER }}
28+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
29+
GITHUB_PAT: ${{ secrets.GH_TOKEN }}
30+
GITTER_ROOM_ID: ${{ secrets.GITTER_ROOM_ID }}
31+
GITTER_TOKEN: ${{ secrets.GITTER_TOKEN }}
32+
GPR_PASSWORD: ${{ secrets.GPR_PASSWORD }}
33+
GPR_SOURCE: ${{ secrets.GPR_SOURCE }}
34+
GPR_USER: ${{ secrets.GPR_USER }}
35+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
36+
NUGET_SOURCE: "https://api.nuget.org/v3/index.json"
37+
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
38+
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
39+
TWITTER_CONSUMER_KEY: ${{ secrets.TWITTER_CONSUMER_KEY }}
40+
TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
41+
WYAM_ACCESS_TOKEN: ${{ secrets.WYAM_ACCESS_TOKEN }}
42+
WYAM_DEPLOY_BRANCH: "gh-pages"
43+
WYAM_DEPLOY_REMOTE: ${{ github.event.repository.html_url }}
44+
2445
steps:
2546
- name: Checkout the repository
2647
uses: actions/checkout@v2.4.0

0 commit comments

Comments
 (0)