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 57e5508 commit e4c2037
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/keywords-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ jobs:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: python3 .github/keywords/keywords-generator.py

- name: Switch to the pull request branch
run: |
git checkout ${{ github.head_ref }}
- 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"
git add .
git commit -m "Figma icons updated"
git commit -m "Icons keywords updated"
git push origin ${{ github.head_ref }}

0 comments on commit e4c2037

Please sign in to comment.