diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3ce122d..d2e0ee5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,7 @@ jobs: get-version: name: Determine Next Version runs-on: ubuntu-latest + permissions: write-all if: github.event.pull_request.merged == true outputs: version: ${{ steps.version.outputs.next_version }} @@ -26,6 +27,7 @@ jobs: deploy: name: Deploy needs: [get-version] + permissions: write-all uses: Aignosi/github_workflow_templates/.github/workflows/reusable-deploy.yml@feature/SIENTIAPDE-1352 with: version: ${{ needs.get-version.outputs.version }}