File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
1
name : Release
2
2
3
+ permissions : {}
4
+
3
5
on :
4
6
push :
5
7
branches :
6
8
- main
7
- paths-ignore :
8
- - " **/*.md"
9
- - " **/*.yml"
10
- - " !.github/workflows/release.yml"
11
9
12
10
jobs :
13
11
release-plz :
16
14
permissions :
17
15
pull-requests : write
18
16
contents : write
17
+ id-token : write
19
18
steps :
20
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
+ -
uses :
oxc-project/[email protected]
21
20
with :
22
- fetch-depth : 0
23
- persist-credentials : true
24
- token : ${{ secrets.OXC_BOT_PAT }}
25
-
26
- - uses : oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
27
-
28
- - uses : MarcoIeni/release-plz-action@068d76d2aa32d3c9cd0b1ccdd9ac921e28ba2be9 # v0.5.109
29
- env :
30
- GITHUB_TOKEN : ${{ secrets.OXC_BOT_PAT }}
31
- CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
21
+ PAT : ${{ secrets.OXC_BOT_PAT }}
You can’t perform that action at this time.
0 commit comments