Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 3beaa6a

Browse files
committed
fix(CI): permissions
1 parent a360cde commit 3beaa6a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ on:
1212
branches: [master]
1313
pull_request:
1414
branches: [master]
15-
release:
16-
branches: [master]
1715

1816
permissions:
1917
checks: write

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ name: Publish package
1212
on:
1313
release:
1414
types: [created]
15+
16+
permissions:
17+
checks: write
18+
pull-requests: write
19+
contents: write
20+
1521
jobs:
1622
publish:
1723
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)