Skip to content

Commit b07e827

Browse files
committed
ci: polish integration workflow
1 parent 2352e90 commit b07e827

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/integration.yaml

+5-12
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,16 @@ jobs:
5353
continue-on-error: true
5454

5555
permissions:
56-
contents: write
56+
contents: read
5757
pull-requests: write
5858

5959
steps:
60-
- name: Checkout code
61-
uses: actions/checkout@v4
62-
63-
- name: Set up Node.js
64-
uses: actions/setup-node@v4
60+
- uses: actions/checkout@v4
61+
- uses: actions/setup-node@v4
6562
with:
6663
node-version: '20'
67-
68-
- name: Create package.json
69-
run: echo '{}' > package.json
70-
71-
- name: Install dependencies
72-
run: npm install @octokit/rest node-fetch
64+
- run: echo '{}' > package.json
65+
- run: npm install @octokit/rest node-fetch
7366

7467
- name: Detect languages and add labels
7568
env:

0 commit comments

Comments
 (0)