Skip to content

Commit

Permalink
Add write permissions to the upload job
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 7, 2024
1 parent 8f75938 commit a22b642
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,10 @@ jobs:
release-assets:
name: Upload release assets
needs: [build-firmwares]
runs-on: ubuntu-latest
if: github.event_name == 'release'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download all workflow artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit a22b642

Please sign in to comment.