Skip to content

Commit

Permalink
add write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarcsj committed Oct 16, 2024
1 parent 5cd1892 commit 67f25f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quick_tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
loose_installation:
name: Test loose pip installation on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
permissions:
contents: write # Add this line
strategy:
matrix:
os: [ubuntu-latest]
Expand Down

0 comments on commit 67f25f2

Please sign in to comment.