Skip to content

Commit

Permalink
Merge pull request #4 from redhat-chaos/action_permissions
Browse files Browse the repository at this point in the history
Github Action permissions
  • Loading branch information
tsebastiani authored Jan 24, 2024
2 parents b3b7238 + a226c3a commit cf0a3f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Sync Workflow
on:
workflow_dispatch:

permissions: write-all
jobs:
sync:
permissions: write-all
name: Sync krkn-hub to the upstream repo
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit cf0a3f7

Please sign in to comment.