mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
chore: allow PR writes
This commit is contained in:
parent
14a00f48d7
commit
a43afc3209
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
contents: write
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
Loading…
Reference in New Issue
Block a user