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 38fc2e5 commit 2a5399dCopy full SHA for 2a5399d
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ permissions: read-all
10
jobs:
11
goreleaser:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: write
15
steps:
16
- uses: actions/checkout@v4
17
with:
0 commit comments