Skip to content

Commit

Permalink
NEXT-33446 - supply FIGMA_FILE env variable to update icons workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Feb 15, 2024
1 parent 072b5d1 commit 7240ebf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
update:
name: Update icons
runs-on: ubuntu-latest
env:
FIGMA_FILE: ${{ secrets.ICON_KIT__FIGMA_FILE }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7240ebf

Please sign in to comment.