diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fa4811d..bccc9d3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,6 +6,12 @@ on: pull_request: branches: - main + +permissions: + contents: write + issues: write + pull-requests: write + jobs: test: uses: ./.github/workflows/test.yml @@ -14,8 +20,6 @@ jobs: needs: - test runs-on: ubuntu-latest - permissions: - pull-requests: write steps: - uses: actions/checkout@v5 - uses: ./.github/actions/pnpm @@ -62,7 +66,7 @@ jobs: outputs: releases_created: ${{ steps.tag-release.outputs.releases_created }} steps: - - uses: GoogleCloudPlatform/release-please-action@v3 + - uses: GoogleCloudPlatform/release-please-action@v4 id: tag-release with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 757d011..af9d8a8 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,4 @@ You can start editing the page by modifying `app/page.tsx`. The page auto-update - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. +