This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 2a6dab5  update
2a6dab5 is described below

commit 2a6dab5d669432d175cc3927feb0884a7ae9961d
Author: LiLi <[email protected]>
AuthorDate: Mon Jan 24 14:01:43 2022 +0800

    update
    
    Signed-off-by: LiLi <[email protected]>
---
 .github/workflows/ci-pulsar-website-next-build.yaml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml 
b/.github/workflows/ci-pulsar-website-next-build.yaml
index 8c4200d..0cc0f41 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -89,11 +89,13 @@ jobs:
       # - name: Generate swagger json file
       #   run: mvn -B -ntp -pl pulsar-broker install -DskipTests -Pswagger
 
-      # - name: Publish
-      #   env:
-      #     GH_TOKEN: ${{ secrets.PULSARBOT_TOKEN }}
-      #     CROWDIN_DOCUSAURUS_API_KEY: ${{ 
secrets.PULSAR_CROWDIN_DOCUSAURUS_API_KEY }}
-      #   run: |
+      - name: Publish
+        env:
+          GH_TOKEN: ${{ secrets.PULSARBOT_TOKEN }}
+          CROWDIN_DOCUSAURUS_API_KEY: ${{ 
secrets.PULSAR_CROWDIN_DOCUSAURUS_API_KEY }}
+        run: |
+          echo "TOKEN: "$GH_TOKEN
+          echo "CROWDIN: "$CROWDIN_DOCUSAURUS_API_KEY
       #     export CROWDIN_DOCUSAURUS_PROJECT_ID=apache-pulsar
       #     echo "Copying swagger json file ..."
       #     mkdir -p site2/website-next/static/swagger/master/

Reply via email to