From 3eb65469892f81a04c57a462466c7dcfa8f2e851 Mon Sep 17 00:00:00 2001 From: Russ Bredihin Date: Fri, 31 Mar 2023 04:01:14 -0400 Subject: [PATCH] switch the org for optic-release-automation-action (#275) --- .github/workflows/release.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 656c11c..45fe6bc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,9 +17,12 @@ on: jobs: release: + permissions: + pull-requests: write + contents: write runs-on: ubuntu-latest steps: - - uses: nearform/optic-release-automation-action@v4 + - uses: nearform-actions/optic-release-automation-action@v4 with: github-token: ${{ secrets.github_token }} npm-token: ${{ secrets[format('NPM_TOKEN_{0}', github.actor)] || secrets.NPM_TOKEN }} @@ -27,3 +30,4 @@ jobs: semver: ${{ github.event.inputs.semver }} build-command: | npm install +