Skip to content

Commit

Permalink
Merge pull request #47 from hussainweb/dependabot-write
Browse files Browse the repository at this point in the history
ci: give permissions to dependabot PRs to write to the repo
  • Loading branch information
hussainweb authored Nov 29, 2023
2 parents 9077d83 + f221ab6 commit 34fad66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [ main ]

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 34fad66

Please sign in to comment.