Skip to content

Commit

Permalink
add write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
TegveerG committed Mar 11, 2024
1 parent 9a43fbc commit 60e6691
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/monthly_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
run-python-script:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 60e6691

Please sign in to comment.