We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2352e90 commit b07e827Copy full SHA for b07e827
.github/workflows/integration.yaml
@@ -53,23 +53,16 @@ jobs:
53
continue-on-error: true
54
55
permissions:
56
- contents: write
+ contents: read
57
pull-requests: write
58
59
steps:
60
- - name: Checkout code
61
- uses: actions/checkout@v4
62
-
63
- - name: Set up Node.js
64
- uses: actions/setup-node@v4
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
65
with:
66
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
+ - run: echo '{}' > package.json
+ - run: npm install @octokit/rest node-fetch
73
74
- name: Detect languages and add labels
75
env:
0 commit comments