From f1f92b242d472a636035bcba16de8d65100a30f3 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Tue, 25 Jun 2024 17:17:15 +0900 Subject: [PATCH] Revert "Merge pull request #47 from ginzarb/fix-deploy" This reverts commit 6a71365d504ce51335677691761648d6da1b6a33, reversing changes made to 4c9b54fd96247469e4faa5ff6fb40c190ca91769. --- .github/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 211ee6a..3b1fe70 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,9 +9,6 @@ jobs: build: runs-on: ubuntu-latest - permissions: - contents: write - steps: - uses: actions/checkout@v4 @@ -45,4 +42,4 @@ jobs: GIT_COMMITTER_EMAIL: netwillnet@gmail.com GIT_AUTHOR_NAME: willnet GIT_AUTHOR_EMAIL: netwillnet@gmail.com - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file