add github actions permissions

This commit is contained in:
Athou
2025-01-23 21:50:27 +01:00
parent 72d9dad61b
commit ee73195915

View File

@@ -1,4 +1,6 @@
name: ci
permissions:
contents: read
on:
push:
@@ -162,6 +164,8 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
permissions:
contents: write
if: github.ref_type == 'tag'
steps: