Skip to content

Commit

Permalink
Add missing variable to job
Browse files Browse the repository at this point in the history
This is needed to run the install
  • Loading branch information
jrjohnson committed Oct 10, 2024
1 parent fa8fb0f commit f70fb1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-transitive-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f70fb1f

Please sign in to comment.