We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c0fa9 commit 9b2450cCopy full SHA for 9b2450c
.github/workflows/python-builder.yml
@@ -182,7 +182,7 @@ jobs:
182
Python ${{ env.VERSION }}
183
184
- name: Upload release assets
185
- uses: actions/github-script@v6
+ uses: actions/github-script@v3
186
with:
187
github-token: ${{ secrets.GITHUB_TOKEN }}
188
script: |
@@ -205,7 +205,7 @@ jobs:
205
runs-on: ubuntu-latest
206
steps:
207
- name: Trigger "Create Pull Request" workflow
208
209
210
github-token: ${{ secrets.PERSONAL_TOKEN }}
211
0 commit comments