From 97b26c37e08736059fbff793afe49fb445ad0131 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Tue, 25 Jun 2024 16:45:07 +0900 Subject: [PATCH] Set permissions for the build --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3b1fe70..211ee6a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,9 @@ jobs: build: runs-on: ubuntu-latest + permissions: + contents: write + steps: - uses: actions/checkout@v4 @@ -42,4 +45,4 @@ jobs: GIT_COMMITTER_EMAIL: netwillnet@gmail.com GIT_AUTHOR_NAME: willnet GIT_AUTHOR_EMAIL: netwillnet@gmail.com - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}