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 9a85dcc commit 5ce6226Copy full SHA for 5ce6226
.github/workflows/ci.yml
@@ -52,6 +52,8 @@ jobs:
52
53
- name: Set PyPI version
54
uses: PowerGridModel/pgm-version-bump@main
55
+ with:
56
+ token: ${{ secrets.GITHUB_TOKEN }}
57
58
- name: Build
59
run: |
0 commit comments