Skip to content

Commit 8ad53b5

Browse files
author
mirkobrombin
committed
ci: update release workflow permissions
1 parent 5257c0e commit 8ad53b5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
container:
1212
image: ghcr.io/vanilla-os/pico:main
1313

14+
permissions:
15+
contents: write
16+
1417
steps:
1518
- uses: actions/checkout@v4
1619

@@ -26,4 +29,4 @@ jobs:
2629
with:
2730
token: "${{ secrets.GITHUB_TOKEN }}"
2831
files: |
29-
hrun
32+
hrun

0 commit comments

Comments
 (0)