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 36e0463 commit a6cbb79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Sync Workflow
on:
workflow_dispatch:

permissions: write-all
jobs:
sync:
permissions:
contents: write
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 a6cbb79

Please sign in to comment.