From 0c64a713bd72d5be7186bd8e098063a4caff55a1 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Mon, 19 Feb 2024 09:43:57 +1300 Subject: [PATCH] chore: add permissions for iso build add contents read and packages write --- .github/workflows/iso.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 95ad214..c27993b 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -2,6 +2,9 @@ on: push: {} workflow_dispatch: {} +permissions: + contents: read + packages: write jobs: iso: uses: ublue-os/isogenerator/.github/workflows/iso.yml@main