From da4ef6ce70c977fc77f7c8430647e051102b9ac9 Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Mon, 17 Jun 2024 14:07:50 +0300 Subject: [PATCH] CR --- .github/workflows/release-please.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cca6a34..c178973 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -3,6 +3,9 @@ on: branches: - main +permissions: + contents: read + name: release-please jobs: release-please: @@ -14,7 +17,7 @@ jobs: contents: write pull-requests: write steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release build: @@ -94,4 +97,4 @@ jobs: run: >- gh release upload ${{ needs.release-please.outputs.tag_name }} dist/** - --repo '${{ github.repository }}' \ No newline at end of file + --repo '${{ github.repository }}'