From 78548140c479f57dae98638cea80013425c61fdf Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Tue, 2 Jul 2024 23:27:44 +0900 Subject: [PATCH 1/2] Maybe fix --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdac2d6..f93463c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,8 +61,7 @@ jobs: - name: Release run: make release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - TAP_GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} + GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} pushover: name: pushover if failure if: failure() From d01e33b10fcbe767ccff5a0fc327bb6b4d1910f4 Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Tue, 2 Jul 2024 23:28:03 +0900 Subject: [PATCH 2/2] Remove unnecessary permissions --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f93463c..3edac1d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,8 +39,6 @@ jobs: needs: tagpr runs-on: ubuntu-latest timeout-minutes: 5 - permissions: - contents: write steps: - uses: actions/checkout@v4 with: