Skip to content

Commit

Permalink
Fix: Enable contents write permission for github-action[bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeAdventurer authored Jul 10, 2024
1 parent 90113b8 commit a70c64f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
update-requirements:
runs-on: ubuntu-latest

permissions:
contents: write

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

0 comments on commit a70c64f

Please sign in to comment.