Skip to content

Commit 855dc52

Browse files
authored
bulk load CDK auto upgrade cron: use app token instead of GITHUB_TOKEN (#69179)
1 parent 6b0db42 commit 855dc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-upgrade-certified-connectors-cdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Checkout Airbyte
6666
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
6767
with:
68-
token: ${{ secrets.GITHUB_TOKEN }}
68+
token: ${{ steps.app-token.outputs.token }}
6969
# Needed for when airbyte-enterprise calls this workflow
7070
submodules: true
7171

0 commit comments

Comments
 (0)