Skip to content

Commit

Permalink
chore: remove secrets from setup-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Dec 15, 2023
1 parent 6634f9a commit 92c1a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/actions/composites/setup-toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
if: steps.aws.conclusion == 'success' && inputs.skip_turbo_cache != 'true'
uses: ./tools/actions/turborepo-s3-cache
with:
server-token: "${{ secrets.TURBOREPO_SERVER_TOKEN }}"
server-token: "${{ inputs.turbo-server-token }}"
cleanup-cache-folder: "true"
aws-access-key: ${{ env.AWS_ACCESS_KEY_ID }}
aws-secret-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 92c1a35

Please sign in to comment.