Skip to content

Commit

Permalink
Update keywords-generator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Oct 23, 2024
1 parent 1a61896 commit 0d76b5d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/keywords-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ jobs:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: python3 .github/keywords/keywords-generator.py

- name: Commit & Push in import-figma-icons
- name: Commit & Push
env:
GITHUB_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS }}
run: |
git add .
git config user.name "github-actions"
git config user.email "github-actions[bot]@users.noreply.github.com"
git commit -am "update changelog"
git add .
git commit -m "Figma icons updated"
git push origin import-figma-icons

0 comments on commit 0d76b5d

Please sign in to comment.