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