We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab7365 commit 3406528Copy full SHA for 3406528
.github/workflows/publish.yml
@@ -14,6 +14,8 @@ jobs:
14
name: Publish
15
permissions:
16
id-token: write
17
+ contents: write
18
+ pull-requests: write
19
runs-on: ubuntu-latest
20
if: |
21
contains(github.event.head_commit.message, 'meta(changelog)')
0 commit comments