We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6e4a67 + 257e95f commit 93cbe21Copy full SHA for 93cbe21
.github/workflows/build.yml
@@ -8,8 +8,10 @@ permissions:
8
9
jobs:
10
build:
11
-
12
runs-on: windows-latest
+ permissions:
13
+ contents: read
14
+ id-token: write
15
16
steps:
17
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
@@ -55,5 +57,5 @@ jobs:
55
57
56
58
- name: Codecov
59
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
- env:
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
60
+ with:
61
+ use_oidc: true
.github/workflows/continuous-integration.yml
@@ -11,4 +11,8 @@ permissions:
+
18
uses: ./.github/workflows/build.yml
0 commit comments