Skip to content

Commit

Permalink
update github action for release and test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocngoan committed Jun 3, 2024
1 parent 73c484e commit f1ea87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:
if: github.repository == 'ngocngoan/djangorestframework-simplejwt-mongoengine'
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
PYJWT: ${{ matrix.pyjwt-version }}

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

0 comments on commit f1ea87e

Please sign in to comment.