From 2a33c642de01f8c7f1e3165e71066412e96df31a Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 11 Nov 2025 09:58:20 -0500 Subject: [PATCH] .github: remove push-to-fork We need to create the fork first. --- .github/workflows/ci.yml | 1 - .github/workflows/gen.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b77ad09d..2cb36c5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,6 @@ jobs: # # See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#workarounds-to-trigger-further-workflow-runs. token: ${{ secrets.CRABBY_GITHUB_TOKEN }} - push-to-fork: crabby-the-crab/aya branch: create-pull-request/public-api commit-message: 'public-api: regenerate' title: 'public-api: regenerate' diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 2ddbc90f..03d5c43b 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -51,7 +51,6 @@ jobs: # # See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#workarounds-to-trigger-further-workflow-runs. token: ${{ secrets.CRABBY_GITHUB_TOKEN }} - push-to-fork: crabby-the-crab/aya branch: create-pull-request/codegen commit-message: | aya-obj, aya-ebpf-bindings: regenerate