diff --git a/.github/workflows/trellis-deploy.yml b/.github/workflows/trellis-deploy.yml index 09beeba..9b6329d 100644 --- a/.github/workflows/trellis-deploy.yml +++ b/.github/workflows/trellis-deploy.yml @@ -70,6 +70,8 @@ jobs: node-version: "${{ inputs.NODE_VERSION }}" cache: yarn cache-dependency-path: bedrock/web/app/themes/${{ inputs.THEME_NAME }}/yarn.lock + env: + FONTAWESOME_NPM_AUTH_TOKEN: "${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}" - name: Checkout Trellis uses: actions/checkout@v3