Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushsingariya committed Oct 15, 2023
1 parent 0d8a9c2 commit a300422
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
name: Publish connector ${{ github.event.inputs.connector }} [manual]
environment: Publish Connector
runs-on: ubuntu-latest
env:
RELEASE_CHANNEL: "edge"
DOCKER_LOGIN: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DHID: ${{ secrets.DOCKER_USERNAME }}
steps:
- name: Checkout Airbyte
uses: actions/checkout@v3
Expand Down

0 comments on commit a300422

Please sign in to comment.