diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d0a312f..757839e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -3,11 +3,24 @@ on: branches: - main name: release-please + +permissions: + actions: read + checks: write + contents: write + issues: read + packages: write + pull-requests: write + repository-projects: read + statuses: read + jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v3 + - name: Release Please + id: release + uses: google-github-actions/release-please-action@v3 with: release-type: node package-name: release-please-action