We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07844a7 commit de78e34Copy full SHA for de78e34
.github/workflows/ci-build.yml
@@ -7,12 +7,19 @@ on:
7
branches: [ main ]
8
9
env:
10
- productNamespacePrefix: "SourceGenerators"
+ 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
16
17
jobs:
18
build:
19
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
20
with:
- configuration: Release
- installWorkflows: true
21
+ productNamespacePrefix: ReactiveUI.SourceGenerators
22
+ installWorkloads: true
23
+ secrets:
24
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
25
0 commit comments