Skip to content

Commit

Permalink
Add build permission for creating releases
Browse files Browse the repository at this point in the history
  • Loading branch information
martysweet committed Mar 11, 2024
1 parent 51e42fb commit 280fcf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
needs: build
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download compiled chip
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 280fcf4

Please sign in to comment.