diff --git a/.github/workflows/auto_merge.yml b/.github/workflows/auto_merge.yml index 5bd94644daff..7fa85a7e5ac5 100644 --- a/.github/workflows/auto_merge.yml +++ b/.github/workflows/auto_merge.yml @@ -25,7 +25,7 @@ jobs: # We need a custom Github Token as some API endpoints # are not available from GHA auto generated tokens # like the one to list branch protection rules... - GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_PAT_MAINTENANCE_OSS }} AUTO_MERGE_PRODUCTION: ${{ vars.ENABLE_CONNECTOR_AUTO_MERGE }} run: | poetry install diff --git a/.github/workflows/connectors_up_to_date.yml b/.github/workflows/connectors_up_to_date.yml index 191d4e90c4fd..ccbc72d1a479 100644 --- a/.github/workflows/connectors_up_to_date.yml +++ b/.github/workflows/connectors_up_to_date.yml @@ -35,7 +35,7 @@ jobs: docker_hub_username: ${{ secrets.DOCKER_HUB_USERNAME }} gcp_gsm_credentials: ${{ secrets.GCP_GSM_CREDENTIALS }} gcs_credentials: ${{ secrets.METADATA_SERVICE_PROD_GCS_CREDENTIALS }} - github_token: ${{ secrets.AUTO_MERGE_GITHUB_TOKEN }} + github_token: ${{ secrets.GH_PAT_MAINTENANCE_OSS }} sentry_dsn: ${{ secrets.SENTRY_AIRBYTE_CI_DSN }} s3_build_cache_access_key_id: ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }} s3_build_cache_secret_key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}