diff --git a/.github/workflows/build-openwrt-lxd-images.yml b/.github/workflows/build-openwrt-lxd-images.yml index 9e20ee7..2389ed3 100644 --- a/.github/workflows/build-openwrt-lxd-images.yml +++ b/.github/workflows/build-openwrt-lxd-images.yml @@ -31,6 +31,8 @@ jobs: build-openwrt-lxd-images: needs: matrix-setup runs-on: ubuntu-22.04 + permissions: + contents: write strategy: matrix: ${{fromJson(needs.matrix-setup.outputs.matrix)}} steps: