fix: add contents write permission for release creation

This commit is contained in:
CyberMind-FR 2025-12-23 21:53:54 +01:00
parent a23cfb6dd1
commit 3c1aef6a39
2 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,9 @@ on:
env: env:
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '23.05.5' }} OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '23.05.5' }}
permissions:
contents: write
jobs: jobs:
# ============================================ # ============================================
# Setup and determine build matrix # Setup and determine build matrix

View File

@ -32,6 +32,9 @@ on:
env: env:
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version }} OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version }}
permissions:
contents: write
jobs: jobs:
# ============================================ # ============================================
# Generate build matrix based on input # Generate build matrix based on input