We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0db42 commit 855dc52Copy full SHA for 855dc52
.github/workflows/auto-upgrade-certified-connectors-cdk.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Checkout Airbyte
66
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
67
with:
68
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ steps.app-token.outputs.token }}
69
# Needed for when airbyte-enterprise calls this workflow
70
submodules: true
71
0 commit comments