From bd1e7654dc5035cf618b59dd6a9d803c47583d65 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Tue, 11 Apr 2023 10:37:47 -0500 Subject: [PATCH] Use temporary github token to deploy website (#11137) --- .github/workflows/deploy-fleet-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-fleet-website.yml b/.github/workflows/deploy-fleet-website.yml index f13f39616b..eda2055301 100644 --- a/.github/workflows/deploy-fleet-website.yml +++ b/.github/workflows/deploy-fleet-website.yml @@ -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 .