File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
# We need a custom Github Token as some API endpoints
26
26
# are not available from GHA auto generated tokens
27
27
# like the one to list branch protection rules...
28
- GITHUB_TOKEN : ${{ secrets.AUTO_MERGE_GITHUB_TOKEN }}
28
+ GITHUB_TOKEN : ${{ secrets.GH_PAT_MAINTENANCE_OSS }}
29
29
AUTO_MERGE_PRODUCTION : ${{ vars.ENABLE_CONNECTOR_AUTO_MERGE }}
30
30
run : |
31
31
poetry install
Original file line number Diff line number Diff line change 35
35
docker_hub_username : ${{ secrets.DOCKER_HUB_USERNAME }}
36
36
gcp_gsm_credentials : ${{ secrets.GCP_GSM_CREDENTIALS }}
37
37
gcs_credentials : ${{ secrets.METADATA_SERVICE_PROD_GCS_CREDENTIALS }}
38
- github_token : ${{ secrets.AUTO_MERGE_GITHUB_TOKEN }}
38
+ github_token : ${{ secrets.GH_PAT_MAINTENANCE_OSS }}
39
39
sentry_dsn : ${{ secrets.SENTRY_AIRBYTE_CI_DSN }}
40
40
s3_build_cache_access_key_id : ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
41
41
s3_build_cache_secret_key : ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments