Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
give yapf action appropriate permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialCrafter committed Sep 24, 2023
1 parent 9fe4896 commit 2b9c54a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/yapf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build:
name: YAPF Formatter
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: checkout repo
Expand Down

0 comments on commit 2b9c54a

Please sign in to comment.