Skip to content

Commit ec5a04f

Browse files
committed
actually test the current version of the action + add tokens
Signed-off-by: Martijn Govers <[email protected]>
1 parent ee0a631 commit ec5a04f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929
python-version: "3.12"
3030

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

0 commit comments

Comments
 (0)