Skip to content

Commit c2e9a62

Browse files
ci: move GH_BOT_NAME from secrets to vars (#16)
1 parent 3f0bceb commit c2e9a62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node.js
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: '24'
27+
node-version: 'latest'
2828

2929
- name: Install dependencies
3030
run: npm install --ignore-scripts
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Publish to dist branch
6262
env:
63-
GH_BOT_NAME: ${{ secrets.GH_BOT_NAME }}
63+
GH_BOT_NAME: ${{ vars.GH_BOT_NAME }}
6464
GH_BOT_EMAIL: ${{ secrets.GH_BOT_EMAIL }}
6565
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
6666
run: |

0 commit comments

Comments
 (0)