Skip to content

Commit

Permalink
fix: optic release action permissions (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmorrison authored May 5, 2023
1 parent 9a2345e commit 4e8bf18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: release

on:
workflow_dispatch:
inputs:
semver:
description: "The semver to use"
description: The semver to use
required: true
default: "patch"
default: patch
type: choice
options:
- patch
Expand All @@ -19,8 +18,9 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
issues: write
pull-requests: write
steps:
- uses: nearform-actions/optic-release-automation-action@v4
with:
Expand Down

0 comments on commit 4e8bf18

Please sign in to comment.