Skip to content

Commit

Permalink
fix inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 9, 2023
1 parent 8398763 commit 1c1205b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- uses: ./.github/composable-workflows/rush-build
with:
SSH_KEY: ${{ secrets.SSH_KEY }}
KNOWN_HOSTS: ${{ inputs.KNOWN_HOSTS }}
TS_OAUTH_SECRET: ${{ inputs.TS_OAUTH_SECRET }}
TS_OAUTH_CLIENT_ID: ${{ inputs.TS_OAUTH_CLIENT_ID }}
KNOWN_HOSTS: ${{ secrets.KNOWN_HOSTS }}
TS_OAUTH_SECRET: ${{ secrets.TS_OAUTH_SECRET }}
TS_OAUTH_CLIENT_ID: ${{ secrets.TS_OAUTH_CLIENT_ID }}

rush-publish:
needs: rush-build
Expand All @@ -45,9 +45,9 @@ jobs:
- uses: ./.github/composable-workflows/rush-build
with:
SSH_KEY: ${{ secrets.SSH_KEY }}
KNOWN_HOSTS: ${{ inputs.KNOWN_HOSTS }}
TS_OAUTH_SECRET: ${{ inputs.TS_OAUTH_SECRET }}
TS_OAUTH_CLIENT_ID: ${{ inputs.TS_OAUTH_CLIENT_ID }}
KNOWN_HOSTS: ${{ secrets.KNOWN_HOSTS }}
TS_OAUTH_SECRET: ${{ secrets.TS_OAUTH_SECRET }}
TS_OAUTH_CLIENT_ID: ${{ secrets.TS_OAUTH_CLIENT_ID }}
- uses: ./.github/composable-workflows/docker-build
with:
PROJECT: "@tinyburg/authproxy"
Expand Down

0 comments on commit 1c1205b

Please sign in to comment.