mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-08 10:58:33 +03:00
Merge pull request #1433 from gitbutlerapp/virtual-branch
🔨 chore: add write permission to contents in GitHub Actions workflow
This commit is contained in:
commit
103d120add
3
.github/workflows/publish.yaml
vendored
3
.github/workflows/publish.yaml
vendored
@ -24,6 +24,9 @@ on:
|
||||
- minor
|
||||
- major
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
publish-tauri:
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user