Skip to content

Commit

Permalink
Update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruhlmann committed Jul 15, 2024
1 parent 0d44a5e commit 78ef5ce
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: build

on:
push:

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -52,12 +53,10 @@ jobs:
with:
body_path: CHANGELOG.md
files: |
Release.txt
LICENSE
main.efi
reboot.img
prerelease: false
draft: false
fail_on_unmatched_files: true
generate_release_notes: true
make_latest: true
permissions:
contents: write

0 comments on commit 78ef5ce

Please sign in to comment.