Skip to content

Commit

Permalink
feat: Add write permissions for repository changes
Browse files Browse the repository at this point in the history
Added permissions to allow pushing changes to the repository.
  • Loading branch information
sachahu1 committed Nov 25, 2024
1 parent 2b7667d commit a34f0e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rebase-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
rebase:
name: Rebase
runs-on: ubuntu-latest
permissions:
contents: write # Allows pushing changes to the repository
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit a34f0e1

Please sign in to comment.