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:
|
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
|
||||||
|
|||||||
3
.github/workflows/build-secubox-images.yml
vendored
3
.github/workflows/build-secubox-images.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user