test new token rnd2
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 377c6f2..7db90a9 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -44,12 +44,12 @@
         cp -r $WORKDIR/* .
         git add .
         git commit -m "Automatic Site Publish by Buildbot"
-    - name: Push New Site
-      uses: ad-m/github-push-action@master
-      with:
-        github_token: ${{ secrets.ASF_SITE_USER }}  
       env:
         WORKDIR: /tmp/mahout-site
         RUBY_PATH: ~/shared/.rvm
         GEM_HOME: ${RUBY_PATH}/gems
-
+    - name: Push New Site
+      uses: ad-m/github-push-action@master
+      with:
+        github_token: ${{ secrets.ASF_SITE_USER }}  
+