File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1414 main-go :
1515 name : " [Go] Update SDK Repo"
1616 runs-on : ubuntu-latest
17+ permissions :
18+ pull-requests : write
19+ contents : write
1720 steps :
1821 - name : Install SSH Key
1922 uses : shimataro/ssh-key-action@v2
4245 main-python :
4346 name : " [Python] Update SDK Repo"
4447 runs-on : ubuntu-latest
48+ permissions :
49+ pull-requests : write
50+ contents : write
4551 steps :
4652 - name : Install SSH Key
4753 uses : shimataro/ssh-key-action@v2
6874 python -m venv .venv
6975 . .venv/bin/activate
7076 python -m pip install --upgrade pip
71- pip install poetry
77+ pip install poetry==1.8.5
7278 poetry config virtualenvs.create false
7379 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"
You can’t perform that action at this time.
0 commit comments