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 name: ci
permissions:
contents: read
on: on:
push: push:
@@ -162,6 +164,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: needs:
- build - build
permissions:
contents: write
if: github.ref_type == 'tag' if: github.ref_type == 'tag'
steps: steps: