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]>

Github Action permissions

Signed-off-by: Tullio Sebastiani <[email protected]>
  • Loading branch information
tsebastiani committed Jan 24, 2024
1 parent 55d94e4 commit e0ea6e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Sync Workflow
on:
workflow_dispatch:

permissions: write-all
jobs:
sync:
name: Sync krkn-hub to the upstream repo
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- name: Sync with GH CLI
Expand Down

0 comments on commit e0ea6e6

Please sign in to comment.