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

apratim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git


The following commit(s) were added to refs/heads/master by this push:
     new b0a89dc  Update nextjs.yml
b0a89dc is described below

commit b0a89dc0237ff49e0ab282b412a63e1d61271f3f
Author: Apratim Shukla <[email protected]>
AuthorDate: Wed May 22 11:26:42 2024 -0700

    Update nextjs.yml
---
 .github/workflows/nextjs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml
index 61494df..43bb5e8 100644
--- a/.github/workflows/nextjs.yml
+++ b/.github/workflows/nextjs.yml
@@ -31,7 +31,7 @@ jobs:
 
       - name: Deploy to asf-site branch
         env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          GITHUB_TOKEN: ${{ secrets.TOKEN }}
         run: |
           cd out
           git init
@@ -39,4 +39,4 @@ jobs:
           git config user.email "[email protected]"
           git add .
           git commit -m "Deploy to asf-site"
-          git push --force https://x-access-token:${{ secrets.GITHUB_TOKEN 
}}@github.com/apache/incubator-resilientdb-site.git master:asf-site
+          git push --force https://x-access-token:${{ secrets.TOKEN 
}}@github.com/apache/incubator-resilientdb-site.git master:asf-site

Reply via email to