Move secret out of composite action since it is not supported directly

This commit is contained in:
Micah Jerome Ellison 2021-12-11 14:47:37 -08:00
parent bb00887832
commit cb7bdfcd81
2 changed files with 9 additions and 1 deletions

View file

@ -36,4 +36,8 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- uses: actions/checkout@v2
with:
cache-string: ${{ secrets.CACHE_STRING }}
- uses: ./.github/actions/run_tests
with:
cache-string: ${{ secrets.CACHE_STRING }}