mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Use temporary github token to deploy website (#11137)
This commit is contained in:
parent
75625d04c4
commit
bd1e7654dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-fleet-website.yml
vendored
2
.github/workflows/deploy-fleet-website.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
- run: cd website/ && npm test
|
||||
|
||||
# Compile browser assets & markdown content into generated collateral
|
||||
- run: cd website/ && BUILD_SCRIPT_ARGS="--githubAccessToken=${{ secrets.GITHUB_TOKEN }}" npm run build-for-prod
|
||||
- run: cd website/ && BUILD_SCRIPT_ARGS="--githubAccessToken=${{ secrets.TEMP_GITHUB_TOKEN }}" npm run build-for-prod
|
||||
|
||||
# Build the go binary we use to sign APNS certificates in the website/.tools/ folder.
|
||||
- run: cd ee/tools/mdm/ && GOOS=linux GOARCH=amd64 go build -o ../../../website/.tools/mdm-gen-cert .
|
||||
|
|
|
|||
Loading…
Reference in a new issue