Skip to content

Commit bffd306

Browse files
committed
Use custome name for build token
1 parent 3b7817c commit bffd306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
1717
with:
18-
token: ${{ secrets.GITHUB_TOKEN }}
18+
token: ${{ secrets.G_BUILD_TOKEN }}
1919

2020
# Step 2: Set up the Node.js environment
2121
- name: Set up Node.js

0 commit comments

Comments
 (0)