From fba1a09b05186f278d6bcb915a18049197871de6 Mon Sep 17 00:00:00 2001 From: Travis Vachon Date: Wed, 5 Nov 2025 09:50:07 -0800 Subject: [PATCH] fix: deploy permissions tweak README to deploy --- .github/workflows/deploy.yml | 10 +++++++--- README.md | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) 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. +