Skip to content

Commit 583a958

Browse files
authored
housekeeping: Remove permissions on release since we need ability to release (#3283)
1 parent 7de4442 commit 583a958

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@ on:
77
- patches/*
88

99
env:
10-
productNamespacePrefix: "Splat"
11-
12-
permissions:
13-
contents: read
10+
productNamespacePrefix: "ReactiveUI"
1411

1512
jobs:
1613
release:
17-
permissions:
18-
contents: none
1914
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main
2015
with:
2116
configuration: Release

0 commit comments

Comments
 (0)