Skip to content

Commit

Permalink
Update figma-export.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Nov 28, 2023
1 parent ef0ca17 commit 88a21c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/figma-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
run: sudo python3 .github/md-generator/md-generator.py icons

- name: Commit & Push
env:
GITHUB_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS }}
run: |
git config user.name "github-actions"
git config user.email "github-actions[bot]@users.noreply.github.com"
Expand Down Expand Up @@ -169,6 +171,8 @@ jobs:
run: sudo python3 .github/md-generator/md-generator.py icons

- name: Commit & Push
env:
GITHUB_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS }}
run: |
git config user.name "github-actions"
git config user.email "github-actions[bot]@users.noreply.github.com"
Expand Down Expand Up @@ -238,6 +242,8 @@ jobs:
run: sudo python3 .github/md-generator/md-generator.py icons

- name: Commit & Push
env:
GITHUB_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS }}
run: |
git config user.name "github-actions"
git config user.email "github-actions[bot]@users.noreply.github.com"
Expand Down Expand Up @@ -305,6 +311,8 @@ jobs:
run: sudo python3 .github/md-generator/md-generator.py icons

- name: Commit & Push
env:
GITHUB_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS }}
run: |
git config user.name "github-actions"
git config user.email "github-actions[bot]@users.noreply.github.com"
Expand Down Expand Up @@ -374,6 +382,8 @@ jobs:
run: sudo python3 .github/md-generator/md-generator.py icons

- name: Commit & Push
env:
GITHUB_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS }}
run: |
git config user.name "github-actions"
git config user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 88a21c7

Please sign in to comment.