Skip to content

Commit cf74199

Browse files
committed
another manual yml fix
1 parent a46f34d commit cf74199

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515

1616
name: Release
1717
permissions:
18-
contents: "write"
19-
pull-requests: "write"
20-
repository-projects: "write"
18+
"contents": "write"
2119

2220
# This task will run whenever you push a git tag that looks like a version
2321
# like "1.0.0", "v0.1.0-prerelease.1", "my-app/0.1.0", "releases/v1.0.0", etc.
@@ -221,6 +219,10 @@ jobs:
221219
env:
222220
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
223221
runs-on: "ubuntu-latest"
222+
permissions:
223+
contents: write
224+
pull-requests: write
225+
repository-projects: write
224226
outputs:
225227
val: ${{ steps.host.outputs.manifest }}
226228
steps:

0 commit comments

Comments
 (0)