Skip to content

Commit b2d237b

Browse files
committed
feat: update CI workflow to include write permissions and use GITHUB_TOKEN
1 parent 2480c0f commit b2d237b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214

1315
steps:
1416
- uses: actions/checkout@v4
1517
with:
1618
ref: ${{ github.head_ref }}
19+
token: ${{ secrets.GITHUB_TOKEN }}
1720

1821
- name: Setup Node.js
1922
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)