Skip to content

Commit

Permalink
fix other pipeline too
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinKl committed Dec 20, 2024
1 parent 50ed65e commit 99be288
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sdk-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,9 @@ jobs:
GH_REPO: "stackitcloud/stackit-sdk-python"
GH_TOKEN: ${{ secrets.SDK_PR_TOKEN }}
run: |
pip install poetry
poetry config virtualenvs.create false
python -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
scripts/sdk-create-pr.sh "generator-bot-${{ github.run_id }}" "Generated from GitHub run [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})" "[email protected]:stackitcloud/stackit-sdk-python.git" "python"

0 comments on commit 99be288

Please sign in to comment.