mirror of
https://github.com/zhouxiaoka/autoclip.git
synced 2026-09-02 22:15:18 +08:00
Merge pull request #70 from zhouxiaoka/ci/release-permissions
ci: grant contents:write so desktop release publishes
This commit is contained in:
6
.github/workflows/desktop-build.yml
vendored
6
.github/workflows/desktop-build.yml
vendored
@@ -22,6 +22,12 @@ on:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
# Needed by softprops/action-gh-release to create the Release and upload the
|
||||
# DMG. Without this the default GITHUB_TOKEN is read-only and the release step
|
||||
# fails with "Resource not accessible by integration" (403).
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build-macos-arm64:
|
||||
runs-on: macos-14 # Apple Silicon runner
|
||||
|
||||
Reference in New Issue
Block a user