diff --git a/.github/workflows/example-cross-repo.yml b/.github/workflows/example-cross-repo.yml index 1ebc2da..6407695 100644 --- a/.github/workflows/example-cross-repo.yml +++ b/.github/workflows/example-cross-repo.yml @@ -25,9 +25,6 @@ jobs: with: TARGET_REPO: "target-repo" # Replace with your target repository name (without org) OWNER: "my-org" # Replace with your organization name - TOKEN: ${{ secrets.CROSS_REPO_TOKEN }} # Token with access to the target repository - CLOSE_ISSUES: "true" # Optional: close issues when TODOs are removed - AUTO_ASSIGN: "true" # Optional: assign issues to the committer # Other optional configurations: