Skip to content

Commit 48ff232

Browse files
committed
ci: allow dependabot to write to the repository
1 parent 2ec0734 commit 48ff232

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3-
41
name: Node.js Build and Test
52

63
on:
@@ -9,6 +6,9 @@ on:
96
pull_request:
107
branches: [ main ]
118

9+
permissions:
10+
pull-requests: write
11+
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)