Skip to content

Commit 59fa9c8

Browse files
committed
fix: release workflow
1 parent 5a238c4 commit 59fa9c8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

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

33
on:
44
workflow_dispatch:
@@ -16,6 +16,10 @@ on:
1616
required: true
1717
type: string
1818

19+
permissions:
20+
contents: write
21+
actions: read
22+
1923
jobs:
2024
trigger-build:
2125
uses: PassiveLemon/webfisher/.github/workflows/build.yml@master

0 commit comments

Comments
 (0)