Skip to content

Commit 1fcae5a

Browse files
authored
Add permissions to test workflow
1 parent 3b0c202 commit 1fcae5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@ name: Continuous Integration
22

33
on: [push]
44

5+
permissions:
6+
contents: write
7+
58
jobs:
69
build:
710
name: Build
811
runs-on: ubuntu-latest
912
steps:
1013
- name: Checkout
11-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1215

1316
- name: Use Node.js v24
1417
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)