@@ -75,15 +75,15 @@ jobs:
7575 ref : main
7676 fetch-depth : 1
7777 path : flowise-embed
78- token : ${{ secrets.GITHUB_TOKEN }}
78+ token : ${{ secrets.PAT_GITHUB }}
7979
8080 - name : Checkout FlowiseEmbedReact
81- uses : actions/checkout@v4
81+ uses : actions/checkout@v6
8282 with :
8383 repository : FlowiseAI/FlowiseEmbedReact
8484 fetch-depth : 1
8585 path : flowise-embed-react
86- token : ${{ secrets.GITHUB_TOKEN }}
86+ token : ${{ secrets.PAT_GITHUB }}
8787
8888 - name : Setup Node.js
8989 uses : actions/setup-node@v6
@@ -205,23 +205,23 @@ jobs:
205205 pull-requests : write
206206 steps :
207207 - name : Checkout FlowiseChatEmbed
208- uses : actions/checkout@v4
208+ uses : actions/checkout@v6
209209 with :
210210 ref : main
211211 fetch-depth : 1
212212 path : flowise-embed
213- token : ${{ secrets.GITHUB_TOKEN }}
213+ token : ${{ secrets.PAT_GITHUB }}
214214
215215 - name : Checkout FlowiseEmbedReact
216- uses : actions/checkout@v4
216+ uses : actions/checkout@v6
217217 with :
218218 repository : FlowiseAI/FlowiseEmbedReact
219219 fetch-depth : 1
220220 path : flowise-embed-react
221- token : ${{ secrets.GITHUB_TOKEN }}
221+ token : ${{ secrets.PAT_GITHUB }}
222222
223223 - name : Setup Node.js
224- uses : actions/setup-node@v4
224+ uses : actions/setup-node@v6
225225 with :
226226 node-version : ' 20'
227227 registry-url : ' https://registry.npmjs.org'
@@ -291,7 +291,7 @@ jobs:
291291 env :
292292 VERSION : ${{ needs.dry-run.outputs.version }}
293293 TAG : ${{ inputs.tag }}
294- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
294+ GH_TOKEN : ${{ secrets.PAT_GITHUB }}
295295 run : |
296296 BRANCH="chore/bump-flowise-embed-${VERSION}"
297297 if git ls-remote --exit-code --heads origin "$BRANCH" > /dev/null 2>&1; then
@@ -376,7 +376,7 @@ jobs:
376376 env :
377377 VERSION : ${{ needs.dry-run.outputs.version }}
378378 TAG : ${{ inputs.tag }}
379- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
379+ GH_TOKEN : ${{ secrets.PAT_GITHUB }}
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