Skip to content

Commit 0f4d0e3

Browse files
authored
auto-merge/up-to-date: change tokens (#43710)
1 parent ec1f80a commit 0f4d0e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto_merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# We need a custom Github Token as some API endpoints
2626
# are not available from GHA auto generated tokens
2727
# like the one to list branch protection rules...
28-
GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.GH_PAT_MAINTENANCE_OSS }}
2929
AUTO_MERGE_PRODUCTION: ${{ vars.ENABLE_CONNECTOR_AUTO_MERGE }}
3030
run: |
3131
poetry install

.github/workflows/connectors_up_to_date.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
docker_hub_username: ${{ secrets.DOCKER_HUB_USERNAME }}
3636
gcp_gsm_credentials: ${{ secrets.GCP_GSM_CREDENTIALS }}
3737
gcs_credentials: ${{ secrets.METADATA_SERVICE_PROD_GCS_CREDENTIALS }}
38-
github_token: ${{ secrets.AUTO_MERGE_GITHUB_TOKEN }}
38+
github_token: ${{ secrets.GH_PAT_MAINTENANCE_OSS }}
3939
sentry_dsn: ${{ secrets.SENTRY_AIRBYTE_CI_DSN }}
4040
s3_build_cache_access_key_id: ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
4141
s3_build_cache_secret_key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)