From f70fb1f05cd6550735d8eab6d3d773b70f7f7e4e Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Thu, 10 Oct 2024 06:59:51 -0700 Subject: [PATCH] Add missing variable to job This is needed to run the install --- .github/workflows/update-transitive-dependencies.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-transitive-dependencies.yaml b/.github/workflows/update-transitive-dependencies.yaml index 50ad1940..9fbbbeb5 100644 --- a/.github/workflows/update-transitive-dependencies.yaml +++ b/.github/workflows/update-transitive-dependencies.yaml @@ -5,6 +5,9 @@ on: - cron: "15 15 * * 5" # weekly, on Friday morning (UTC) workflow_dispatch: null +env: + FONTAWESOME_NPM_AUTH_TOKEN: "${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}" + jobs: update: runs-on: macos-latest