We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd7387 commit 016ca6aCopy full SHA for 016ca6a
1 file changed
.github/workflows/ci.yml
@@ -2,6 +2,10 @@ name: FastAdmin CI
2
3
on: [create, push]
4
5
+permissions:
6
+ contents: read
7
+ id-token: write
8
+
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
11
cancel-in-progress: true
@@ -39,7 +43,7 @@ jobs:
39
43
- name: Upload coverage reports to Codecov
40
44
uses: codecov/codecov-action@v5
41
45
with:
42
- token: ${{ secrets.CODECOV_TOKEN }}
46
+ use_oidc: true
47
files: ./coverage.xml,./frontend/coverage/lcov.info
48
flags: backend,frontend
49
fail_ci_if_error: true
0 commit comments