Skip to content

Commit

Permalink
Github Action permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Tullio Sebastiani <[email protected]>
  • Loading branch information
tsebastiani committed Jan 24, 2024
1 parent 55d94e4 commit 8966338
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
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 }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_DEBUG: true
runs-on: ubuntu-latest
steps:
- name: Sync with GH CLI
Expand Down

0 comments on commit 8966338

Please sign in to comment.