Skip to content

Commit de78e34

Browse files
authored
Update productNamespacePrefix in CI workflow
1 parent 07844a7 commit de78e34

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ on:
77
branches: [ main ]
88

99
env:
10-
productNamespacePrefix: "SourceGenerators"
10+
productNamespacePrefix: "ReactiveUI.SourceGenerators"
11+
12+
# Needed so the reusable workflow can optionally delete the temp per-OS artifacts it creates.
13+
permissions:
14+
contents: read
15+
actions: write
1116

1217
jobs:
1318
build:
1419
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
1520
with:
16-
configuration: Release
17-
productNamespacePrefix: "SourceGenerators"
18-
installWorkflows: true
21+
productNamespacePrefix: ReactiveUI.SourceGenerators
22+
installWorkloads: true
23+
secrets:
24+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
25+

0 commit comments

Comments
 (0)