@@ -70,23 +70,23 @@ jobs:
7070 fi
7171
7272 - name : Checkout FlowiseChatEmbed
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v6
7474 with :
7575 ref : main
7676 fetch-depth : 1
7777 path : flowise-embed
78- token : ${{ secrets.PAT_GITHUB }}
78+ token : ${{ secrets.GITHUB_TOKEN }}
7979
8080 - name : Checkout FlowiseEmbedReact
8181 uses : actions/checkout@v4
8282 with :
8383 repository : FlowiseAI/FlowiseEmbedReact
8484 fetch-depth : 1
8585 path : flowise-embed-react
86- token : ${{ secrets.PAT_GITHUB }}
86+ token : ${{ secrets.GITHUB_TOKEN }}
8787
8888 - name : Setup Node.js
89- uses : actions/setup-node@v4
89+ uses : actions/setup-node@v6
9090 with :
9191 node-version : ' 20'
9292 registry-url : ' https://registry.npmjs.org'
@@ -210,15 +210,15 @@ jobs:
210210 ref : main
211211 fetch-depth : 1
212212 path : flowise-embed
213- token : ${{ secrets.PAT_GITHUB }}
213+ token : ${{ secrets.GITHUB_TOKEN }}
214214
215215 - name : Checkout FlowiseEmbedReact
216216 uses : actions/checkout@v4
217217 with :
218218 repository : FlowiseAI/FlowiseEmbedReact
219219 fetch-depth : 1
220220 path : flowise-embed-react
221- token : ${{ secrets.PAT_GITHUB }}
221+ token : ${{ secrets.GITHUB_TOKEN }}
222222
223223 - name : Setup Node.js
224224 uses : actions/setup-node@v4
@@ -291,7 +291,7 @@ jobs:
291291 env :
292292 VERSION : ${{ needs.dry-run.outputs.version }}
293293 TAG : ${{ inputs.tag }}
294- GH_TOKEN : ${{ secrets.PAT_GITHUB }}
294+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
295295 run : |
296296 BRANCH="chore/bump-flowise-embed-${VERSION}"
297297 if git ls-remote --exit-code --heads origin "$BRANCH" > /dev/null 2>&1; then
@@ -331,7 +331,7 @@ jobs:
331331 run : |
332332 npm pkg set "version=${NEW_VERSION}"
333333 npm pkg set "devDependencies.flowise-embed=${NEW_VERSION}"
334- yarn upgrade flowise-embed@${NEW_VERSION}
334+ yarn upgrade " flowise-embed@${NEW_VERSION}"
335335
336336 - name : Install flowise-embed-react dependencies
337337 working-directory : flowise-embed-react
@@ -376,7 +376,7 @@ jobs:
376376 env :
377377 VERSION : ${{ needs.dry-run.outputs.version }}
378378 TAG : ${{ inputs.tag }}
379- GH_TOKEN : ${{ secrets.PAT_GITHUB }}
379+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
380380 run : |
381381 BRANCH="chore/bump-flowise-embed-react-${VERSION}"
382382 if git ls-remote --exit-code --heads origin "$BRANCH" > /dev/null 2>&1; then
0 commit comments