There was an error while loading. Please reload this page.
1 parent 3f0bceb commit c2e9a62Copy full SHA for c2e9a62
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Node.js
25
uses: actions/setup-node@v6
26
with:
27
- node-version: '24'
+ node-version: 'latest'
28
29
- name: Install dependencies
30
run: npm install --ignore-scripts
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Publish to dist branch
62
env:
63
- GH_BOT_NAME: ${{ secrets.GH_BOT_NAME }}
+ GH_BOT_NAME: ${{ vars.GH_BOT_NAME }}
64
GH_BOT_EMAIL: ${{ secrets.GH_BOT_EMAIL }}
65
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
66
run: |
0 commit comments