Skip to content

Commit

Permalink
ci: fix release unittests permissions (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
alperenkose authored Mar 5, 2024
1 parent 4fec622 commit f08d361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
unit_tests:
name: Validate all Unit Tests pass
needs: pyversion
permissions:
contents: write
uses: ./.github/workflows/sub_unittest.yml
with:
python_version: ${{ needs.pyversion.outputs.pyversion }}
Expand Down

0 comments on commit f08d361

Please sign in to comment.