Skip to content

Commit

Permalink
fix: add permission to format
Browse files Browse the repository at this point in the history
  • Loading branch information
Salman2301 committed Nov 1, 2024
1 parent 900231b commit ddb138f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
format:
runs-on: ubuntu-latest
# Add permissions to allow commits
permissions:
contents: write

steps:
- name: Checkout
Expand Down

0 comments on commit ddb138f

Please sign in to comment.