Skip to content

Commit e4b7360

Browse files
committed
minor fix
Signed-off-by: Martijn Govers <[email protected]>
1 parent 6d4cdb8 commit e4b7360

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
jobs:
22-
reuse-compliance-check:
22+
test-pgm-version-bump:
2323
runs-on: ubuntu-24.04
2424
steps:
2525
- uses: actions/checkout@v4
@@ -30,5 +30,3 @@ jobs:
3030

3131
- name: Set PyPI Version
3232
uses: PowerGridModel/pgm-version-bump@main
33-
with:
34-
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)