Skip to content

Commit

Permalink
chore: add permissions for iso build
Browse files Browse the repository at this point in the history
add contents read and packages write
  • Loading branch information
BobyMCbobs committed Feb 18, 2024
1 parent a8c5de8 commit 0c64a71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
on:
push: {}
workflow_dispatch: {}
permissions:
contents: read
packages: write
jobs:
iso:
uses: ublue-os/isogenerator/.github/workflows/iso.yml@main
Expand Down

0 comments on commit 0c64a71

Please sign in to comment.