Skip to content

Commit 99d0589

Browse files
committed
add token to pgm-version-bump action
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
1 parent f2c2b11 commit 99d0589

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test-release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ jobs:
3636

3737
- uses: actions/setup-python@v5
3838
with:
39-
python-version: "3.12"
39+
python-version: "3.13"
4040

4141
- name: Set PyPI Version
4242
uses: PowerGridModel/pgm-version-bump@main
43+
with:
44+
token: ${{ secrets.GITHUB_TOKEN }}
4345

4446
- name: Build SDist
4547
run: |

0 commit comments

Comments
 (0)