We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bbf0d commit 6558d59Copy full SHA for 6558d59
1 file changed
.github/workflows/install.yml
@@ -3,23 +3,25 @@ name: Install
3
on:
4
pull_request:
5
paths:
6
- - '.github/workflows/install.yml'
7
- - 'package.json'
8
- - 'scripts/**'
+ - ".github/workflows/install.yml"
+ - "package.json"
+ - "scripts/**"
9
push:
10
branches:
11
- develop
12
13
14
15
16
17
permissions:
18
- contents: write
+ contents: read
19
20
jobs:
21
pack:
22
runs-on: ubuntu-latest
23
+ permissions:
24
25
steps:
26
- uses: actions/checkout@v6
27
0 commit comments