Skip to content

Commit

Permalink
Merge pull request #2 from redhat-chaos/action_permissions
Browse files Browse the repository at this point in the history
Add write permissions to repo to action
  • Loading branch information
tsebastiani authored Jan 24, 2024
2 parents 55d94e4 + 36e0463 commit 74a6c69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
workflow_dispatch:
jobs:
sync:
permissions:
contents: write
name: Sync krkn-hub to the upstream repo
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 74a6c69

Please sign in to comment.