Skip to content

Commit

Permalink
🚀 GitHub Actionsのライセンス年更新ワークフローに書き込み権限を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tqer39 committed Nov 4, 2024
1 parent 4e82c3d commit b27b2ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-license-year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
commit-changes:
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: write # git push するために必要
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b27b2ab

Please sign in to comment.