Skip to content

Commit 3ae6ee2

Browse files
committed
Add permissions
1 parent 01f346f commit 3ae6ee2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: "Build and Test"
22

33
on: [ push, workflow_dispatch, pull_request ]
44

5+
permissions:
6+
contents: read
7+
pull-requests: read
8+
checks: write
9+
id-token: write
10+
511
jobs:
612

713
higgs-shop-sample-app:

0 commit comments

Comments
 (0)