Skip to content

Commit

Permalink
removed the job-level permissions and added them globally
Browse files Browse the repository at this point in the history
  • Loading branch information
sukeshreddyg committed Jan 8, 2025
1 parent d6c7a85 commit 7d3b1a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/generate-dependabot-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ defaults:

permissions:
contents: write
pull-requests: write

jobs:
create-and-commit-dependabot-file:
permissions:
pull-requests: write
create-and-commit-dependabot-file:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand Down

0 comments on commit 7d3b1a9

Please sign in to comment.