Skip to content

Commit

Permalink
CI: add required permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Feb 15, 2024
1 parent 41c8b26 commit 216ca26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rpi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
create-deb-package:
name: Create .deb package
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 216ca26

Please sign in to comment.