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 e4c2037 commit 4303e63
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/keywords-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,13 @@ 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 checkout -b import-figma-icons
git add .
git commit -m "Icons keywords updated"
git push origin ${{ github.head_ref }}

0 comments on commit 4303e63

Please sign in to comment.