mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 18:29:08 +00:00
chore: give goreleaser write permissions
This commit is contained in:
parent
185c591349
commit
e51855ef26
1 changed files with 3 additions and 1 deletions
4
.github/workflows/goreleaser.yml
vendored
4
.github/workflows/goreleaser.yml
vendored
|
|
@ -10,6 +10,8 @@ jobs:
|
|||
goreleaser:
|
||||
if: "github.event.pull_request.merged == true"
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
|
|
@ -34,4 +36,4 @@ jobs:
|
|||
version: latest
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue