File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
tags : ["*"]
6
6
7
+ permissions :
8
+ contents : write
9
+ id-token : write
10
+ attestations : write
11
+
7
12
jobs :
8
13
github :
9
14
uses : tree-sitter/workflows/.github/workflows/release.yml@main
15
+ with :
16
+ generate : true
17
+ attestations : true
10
18
npm :
11
19
uses : tree-sitter/workflows/.github/workflows/package-npm.yml@main
12
20
secrets :
13
21
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
22
+ with :
23
+ generate : true
14
24
crates :
15
25
uses : tree-sitter/workflows/.github/workflows/package-crates.yml@main
16
26
secrets :
17
27
CARGO_REGISTRY_TOKEN : ${{secrets.CARGO_REGISTRY_TOKEN}}
28
+ with :
29
+ generate : true
18
30
pypi :
19
31
uses : tree-sitter/workflows/.github/workflows/package-pypi.yml@main
20
32
secrets :
21
33
PYPI_API_TOKEN : ${{secrets.PYPI_API_TOKEN}}
34
+ with :
35
+ generate : true
You can’t perform that action at this time.
0 commit comments