Skip to content

Commit 8e3e29f

Browse files
committed
Add write permissions for release process
1 parent 0fdb6b3 commit 8e3e29f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
if: |
6464
github.repository == 'nifty-lil-tricks/monitoring' &&
6565
github.ref == 'refs/heads/main'
66+
permissions:
67+
contents: write
6668

6769
steps:
6870
- name: Clone repository

0 commit comments

Comments
 (0)