Skip to content

Commit 0464184

Browse files
committed
fix
1 parent ed75c4b commit 0464184

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66

77
concurrency: ${{github.workflow}}-${{github.ref}}
88

9+
10+
911
jobs:
1012
build:
1113
runs-on: ubuntu-latest
1214
permissions:
1315
contents: write
14-
pull-requests: read
16+
pull-requests: write
1517
statuses: write
1618
steps:
1719
- name: Checkout

0 commit comments

Comments
 (0)