Skip to content

Commit

Permalink
ci: update permissions for github actions- Add write permissions for …
Browse files Browse the repository at this point in the history
…contents, pull-requests, and issues

- This change enables the bot to make necessary changes directly to the repository
  • Loading branch information
MrCoder committed Dec 23, 2024
1 parent 9cc75eb commit 8594cd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ on:
branches-ignore:
- 'dependabot/**'
pull_request:

permissions:
contents: write
pull-requests: write
issues: write

jobs:

# Run Gradle Wrapper Validation Action to verify the wrapper's checksum
Expand Down

0 comments on commit 8594cd7

Please sign in to comment.