Skip to content

Commit

Permalink
fix: allow to write
Browse files Browse the repository at this point in the history
  • Loading branch information
vietchinh committed Sep 29, 2023
1 parent a1cbfdf commit bd6f2d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-openwrt-lxd-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bd6f2d4

Please sign in to comment.