Skip to content

Commit

Permalink
Merge pull request #1 from puddly/puddly/releases-ci
Browse files Browse the repository at this point in the history
Add `write` permissions to the upload job
  • Loading branch information
puddly authored May 7, 2024
2 parents 8f75938 + a22b642 commit 1be5de3
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 1be5de3

Please sign in to comment.