Skip to content

Commit 86385b2

Browse files
authored
👷 ci: add content write permissions to jreleaser.yml action (#1093)
1 parent 84d4aa0 commit 86385b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/jreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ on:
1616
jobs:
1717
build:
1818
name: Build and release
19+
20+
permissions:
21+
contents: write
22+
1923
runs-on: ubuntu-latest
24+
2025
steps:
2126
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
2227
with:

0 commit comments

Comments
 (0)