Skip to content

Commit

Permalink
Use automatic GitHub token for sync permissions
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Mar 29, 2024
1 parent 9afd791 commit c79cc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
source_repo: https://git.yoctoproject.org/git/poky
source_branch: "*" # Sync all branches
destination_branch: "*" # Sync all branches
github_token: ${{ steps.create_token.outputs.token }}
github_token: ${{ secrets.GITHUB_TOKEN }}
sync_tags: "true"

0 comments on commit c79cc38

Please sign in to comment.