diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 05f7311b59..2ea73db4d8 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -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"