Skip to content

Commit 5f320bb

Browse files
author
András Kurai
committed
use env
1 parent 1ce7a40 commit 5f320bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-to-gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- name: Build DocFX
1818
shell: pwsh
1919
run: ./build.ps1 BuildDocs --unity-email $env:UNITY_EMAIL --unity-password $env:UNITY_PASSWORD --unity-serial $env:UNITY_SERIAL --is-ci
20+
env:
21+
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
22+
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
23+
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
2024

2125
- name: Deploy to GitHub Pages
2226
uses: crazy-max/ghaction-github-pages@v2

0 commit comments

Comments
 (0)