We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b6121 commit 792813eCopy full SHA for 792813e
1 file changed
.github/workflows/build.yml
@@ -41,6 +41,8 @@ jobs:
41
test:
42
name: Unit test
43
runs-on: ubuntu-22.04
44
+ permissions:
45
+ id-token: write
46
steps:
47
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
48
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
@@ -51,6 +53,8 @@ jobs:
51
53
- run: pnpm install
52
54
- run: pnpm run test:ci
55
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 #v5.5.1
56
+ with:
57
+ use_oidc: true
58
59
lint:
60
name: Lint
0 commit comments