From cfc6fa8ac36cbab8fb708adaae0c25af373766b8 Mon Sep 17 00:00:00 2001 From: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:42:48 -0300 Subject: [PATCH] :closed_lock_with_key: Updating serge token (#605) Signed-off-by: Ricardo Zanini --- .github/workflows/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index e7bef0b9..99d2eba7 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -24,13 +24,13 @@ jobs: rm -f pr-id.txt - name: Publishing to surge for preview id: deploy - run: npx surge ./ --domain https://quarkus-openapi-generator-preview-pr-${{ steps.pr.outputs.id }}.surge.sh --token ${{ secrets.SURGE_TOKEN }} + run: npx surge ./ --domain https://quarkus-openapi-generator-preview-pr-${{ steps.pr.outputs.id }}.surge.sh --token ${{ secrets.SURGE_LOCAL_TOKEN }} - name: Update PR status comment on success uses: actions-cool/maintain-one-comment@v3.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} body: | - 🎊 PR Preview ${{ github.sha }} has been successfully built and deployed. [See the documentation preview here](https://quarkus-openapi-generator-preview-pr-${{ steps.pr.outputs.id }}.surge.sh). + 🎊 PR Preview ${{ github.sha }} has been successfully built and deployed. See the documentation preview: https://quarkus-openapi-generator-preview-pr-${{ steps.pr.outputs.id }}.surge.sh body-include: '' number: ${{ steps.pr.outputs.id }}