Skip to content

Commit

Permalink
remove dinamic branch ref
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Oct 23, 2024
1 parent 200f2bb commit 1a61896
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/keywords-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.NOVUM_PRIVATE_REPOS }}

- name: Get branch name
uses: rlespinasse/github-slug-action@v3.x

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -43,10 +38,10 @@ jobs:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: python3 .github/keywords/keywords-generator.py

- name: Commit & Push in ${{ env.GITHUB_REF_SLUG }}
- name: Commit & Push in import-figma-icons
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 push origin ${{ env.GITHUB_REF_SLUG }}
git push origin import-figma-icons

0 comments on commit 1a61896

Please sign in to comment.