Skip to content

Commit

Permalink
Use Edge E2E keys for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsnyder committed Sep 19, 2024
1 parent f6ba019 commit f0bed49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
ssh-private-key: ${{ secrets.ALLOY_BOT_GITHUB_SSH_PRIVATE_KEY }}
- run: ./scripts/deploy.sh ${{ github.event.inputs.version }}
env:
REACTOR_IO_INTEGRATION_PRIVATE_KEY_CONTENTS: ${{ secrets.REACTOR_IO_INTEGRATION_PRIVATE_KEY_CONTENTS }}
REACTOR_IO_INTEGRATION_CLIENT_SECRET: ${{ secrets.REACTOR_IO_INTEGRATION_CLIENT_SECRET }}
REACTOR_IO_INTEGRATION_PRIVATE_KEY_CONTENTS: ${{ secrets.EDGE_E2E_PRIVATE_KEY_CONTENTS }}
REACTOR_IO_INTEGRATION_CLIENT_SECRET: ${{ secrets.EDGE_E2E_CLIENT_SECRET }}
- uses: actions/upload-artifact@v4
with:
name: package
Expand Down

0 comments on commit f0bed49

Please sign in to comment.