Skip to content

Commit

Permalink
Merge pull request #535 from jrjohnson/fix-trans
Browse files Browse the repository at this point in the history
Add missing variable to job
  • Loading branch information
jrjohnson authored Oct 10, 2024
2 parents fa8fb0f + f70fb1f commit ff850d4
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 ff850d4

Please sign in to comment.