We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf5545 commit f23acbcCopy full SHA for f23acbc
.github/workflows/release.yml
@@ -78,6 +78,8 @@ jobs:
78
startsWith(github.event.pull_request.title, '[chore] Release ')
79
80
runs-on: ubuntu-latest
81
+ permissions:
82
+ contents: write
83
84
steps:
85
- name: Checkout source for publish
0 commit comments