Skip to content

Commit

Permalink
Merge pull request #15 from futabooo/modify-workflow
Browse files Browse the repository at this point in the history
Releaseのワークフローのパーミッションを修正する
  • Loading branch information
futabooo authored Apr 5, 2024
2 parents 90bf41a + 8da0c3f commit a79a8eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
needs: [check]
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: write

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a79a8eb

Please sign in to comment.