Skip to content

Commit

Permalink
Enable write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Nov 19, 2024
1 parent b14e491 commit 02e9ad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
# github secrets (see readme for details)
needs: [test]
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 02e9ad5

Please sign in to comment.