mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-01 17:08:49 +00:00
Add explicit permission to gh release action
This commit is contained in:
parent
0dbc6c6d96
commit
b82a89e757
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -28,6 +28,8 @@ jobs:
|
|||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
permissions:
|
||||
contents: write
|
||||
with:
|
||||
files: |
|
||||
*.uf2
|
||||
|
|
Loading…
Reference in a new issue