Skip to content

Commit e8cb359

Browse files
authored
Update membership check implementation to avoid PAT requirement (#791)
See (and is blocked by) hazelcast/hazelcast-tpm#71
1 parent 0367422 commit e8cb359

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/coverage_runner.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
id: composite
2727
uses: hazelcast/hazelcast-tpm/membership@main
2828
with:
29-
organization-name: 'hazelcast'
3029
member-name: ${{ github.actor }}
31-
token: ${{ secrets.PAT }}
30+
token: ${{ github.token }}
3231

3332
python-versions:
3433
uses: ./.github/workflows/get-python-versions.yml

0 commit comments

Comments
 (0)