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 ef7ca6d commit 07708bfCopy full SHA for 07708bf
.github/workflows/test.yml
@@ -123,6 +123,8 @@ jobs:
123
- test-demo-rp
124
runs-on: ubuntu-latest
125
name: Codecov Notify
126
+ permissions:
127
+ id-token: write # Required for Codecov OIDC token
128
steps:
129
# - tell codecov to send notifications now that all jobs are complete.
130
# without this, codecov may notify before all coverage reports have been uploaded.
0 commit comments