We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c484e commit f1ea87eCopy full SHA for f1ea87e
.github/workflows/release.yml
@@ -9,6 +9,9 @@ jobs:
9
build:
10
if: github.repository == 'ngocngoan/djangorestframework-simplejwt-mongoengine'
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ # IMPORTANT: this permission is mandatory for trusted publishing
14
+ id-token: write
15
16
steps:
17
- uses: actions/checkout@v4
.github/workflows/test.yml
@@ -81,6 +81,6 @@ jobs:
81
PYJWT: ${{ matrix.pyjwt-version }}
82
83
- name: Upload coverage
84
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v3
85
with:
86
name: Python ${{ matrix.python-version }}
0 commit comments