Skip to content

Commit

Permalink
ci: ask for write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlingwes committed Jan 21, 2024
1 parent ebe6300 commit d36b47c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gen-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on: workflow_dispatch
jobs:
datasets_gen_daily:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit d36b47c

Please sign in to comment.