Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Dec 21, 2023
1 parent 0e6c325 commit 4b64604
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ jobs:
token: ${{ secrets.NGINX_PAT }}
prune: true

sync-repo:
sync-repos:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- run: gh repo sync nginx-bot/certified-operators
- run: |
gh repo sync nginx-bot/certified-operators
gh repo sync nginxinc/winget-pkgs
env:
GITHUB_TOKEN: ${{ secrets.NGINX_PAT }}

0 comments on commit 4b64604

Please sign in to comment.