Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
switch the org and add permissions for optic-release-automation-action (
Browse files Browse the repository at this point in the history
  • Loading branch information
bredikhin committed Apr 7, 2023
1 parent a3d276e commit 6bc92eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: nearform/optic-release-automation-action@v4
- uses: nearform-actions/optic-release-automation-action@v4
with:
github-token: ${{ secrets.github_token }}
semver: ${{ github.event.inputs.semver }}
commit-message: 'chore: release {version}'
build-command: npm ci

0 comments on commit 6bc92eb

Please sign in to comment.