We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f25000 commit 69a873dCopy full SHA for 69a873d
1 file changed
.github/workflows/publish-release.yml
@@ -9,6 +9,8 @@ jobs:
9
build:
10
name: Build distribution
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write
14
steps:
15
- uses: actions/checkout@v2
16
with:
0 commit comments