Skip to content

Commit

Permalink
ci: polish integration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bky373 committed Aug 22, 2024
1 parent 2352e90 commit b07e827
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,16 @@ jobs:
continue-on-error: true

permissions:
contents: write
contents: read
pull-requests: write

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'

- name: Create package.json
run: echo '{}' > package.json

- name: Install dependencies
run: npm install @octokit/rest node-fetch
- run: echo '{}' > package.json
- run: npm install @octokit/rest node-fetch

- name: Detect languages and add labels
env:
Expand Down

0 comments on commit b07e827

Please sign in to comment.