Skip to content

Commit e1dbf95

Browse files
committed
perms
1 parent f704fa7 commit e1dbf95

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- master
77
- '*'
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
test:
1114
name: test

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- '*'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912

1013
build-package:

0 commit comments

Comments
 (0)