Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mieciu committed Jul 19, 2024
1 parent c7f61ac commit 7393bc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
description: 'Version number - needs to be a valid semver, relevant tag should be present in the repository'
required: true

permissions:
contents: write # To be able to create a release via GitHub API

jobs:
build-quesma-docker-image:
strategy:
Expand Down Expand Up @@ -80,5 +83,8 @@ jobs:
release_name: ${{ github.event.inputs.VERSION }}
body: |
### Quesma ${{ github.event.inputs.VERSION }}
Quesma version `${{ github.event.inputs.VERSION }}` has been released.
Get it from DockerHub now at https://hub.docker.com/r/quesma/quesma/tags
draft: true
prerelease: false

0 comments on commit 7393bc9

Please sign in to comment.