Skip to content

Commit c36a86b

Browse files
chore: fix actions permission
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent bb6b842 commit c36a86b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
release:
99
name: Release
10+
permissions:
11+
contents: read
12+
releases: write
1013
strategy:
1114
matrix:
1215
kind: ['linux', 'windows', 'macOS']

0 commit comments

Comments
 (0)