Skip to content

Commit 223decc

Browse files
authored
Update BDD tests workflow with permissions
Added permissions for contents and pull-requests.
1 parent be7ecca commit 223decc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bdd-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
- '.vscode/**'
1616
- '**.md'
1717

18+
permissions:
19+
contents: read
20+
pull-requests: write
21+
1822
jobs:
1923
build:
2024
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)