Skip to content

Commit

Permalink
chore: Clean up update-gradle-description permissions description
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Aug 30, 2024
1 parent 9590a7a commit f6c64f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-gradle-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ jobs:
runs-on: ubuntu-latest
name: Update Gradle dependencies
permissions:
# Commit and push changes to a new branch
contents: write
# Create a pull request
pull-requests: write
contents: write # Required to commit and push changes to a new branch
pull-requests: write # Required to create a pull request
steps:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 4.1.6
Expand Down

0 comments on commit f6c64f5

Please sign in to comment.