fix: add contents write permission for release creation
This commit is contained in:
parent
a23cfb6dd1
commit
3c1aef6a39
3
.github/workflows/build-openwrt-packages.yml
vendored
3
.github/workflows/build-openwrt-packages.yml
vendored
@ -46,6 +46,9 @@ on:
|
||||
env:
|
||||
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '23.05.5' }}
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
# ============================================
|
||||
# Setup and determine build matrix
|
||||
|
||||
3
.github/workflows/build-secubox-images.yml
vendored
3
.github/workflows/build-secubox-images.yml
vendored
@ -32,6 +32,9 @@ on:
|
||||
env:
|
||||
OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version }}
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
# ============================================
|
||||
# Generate build matrix based on input
|
||||
|
||||
Loading…
Reference in New Issue
Block a user