Skip to content

Commit c6e8612

Browse files
committed
fix: permission in release.yml
1 parent 5f4ae39 commit c6e8612

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Alfred Workflow
1+
name: Release
22

33
on:
44
workflow_dispatch:
@@ -8,6 +8,9 @@ on:
88
required: true
99
default: ''
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
build:
1316
runs-on: macos-latest # Use macOS runner for Alfred compatibility

0 commit comments

Comments
 (0)