Skip to content

Commit f1ea87e

Browse files
committed
update github action for release and test workflows
1 parent 73c484e commit f1ea87e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
build:
1010
if: github.repository == 'ngocngoan/djangorestframework-simplejwt-mongoengine'
1111
runs-on: ubuntu-latest
12+
permissions:
13+
# IMPORTANT: this permission is mandatory for trusted publishing
14+
id-token: write
1215

1316
steps:
1417
- uses: actions/checkout@v4

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
PYJWT: ${{ matrix.pyjwt-version }}
8282

8383
- name: Upload coverage
84-
uses: codecov/codecov-action@v4
84+
uses: codecov/codecov-action@v3
8585
with:
8686
name: Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)