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 f121a03 commit 42bc37eCopy full SHA for 42bc37e
.github/workflows/ci-build.yml
@@ -6,18 +6,21 @@ on:
6
pull_request:
7
branches: [ main ]
8
9
-env:
10
- productNamespacePrefix: "ReactiveUI"
11
-
+# Needed so the reusable workflow can optionally delete the temp per-OS artifacts it creates.
12
permissions:
13
contents: read
+ actions: write
+
14
+env:
15
+ productNamespacePrefix: "ReactiveUI"
16
17
jobs:
18
build:
- permissions:
- contents: none
19
uses: reactiveui/actions-common/.github/workflows/workflow-common-setup-and-build.yml@main
20
with:
21
configuration: Release
22
productNamespacePrefix: "ReactiveUI"
23
solutionFile: "reactiveui.sln"
24
+ installWorkloads: true
25
+ secrets:
26
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments