Skip to content

Commit 791c445

Browse files
committed
ci: add permissions to workflow
1 parent 5559645 commit 791c445

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/general.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
name: general
44

55
"on":
6+
workflow_dispatch:
67
push:
78
branches:
89
- master
910
pull_request:
1011
branches:
1112
- master
1213

14+
permissions:
15+
contents: read
16+
1317
jobs:
1418
testing:
1519
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)