Skip to content

Commit d1868e6

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ jobs:
4646
id: test-membership
4747
uses: hazelcast/hazelcast-tpm/membership@main
4848
with:
49-
organization-name: hazelcast
5049
member-name: ${{ github.actor }}
51-
token: ${{ secrets.GH_TOKEN }}
50+
token: ${{ github.token }}
5251

5352
# ensure PR is trusted
5453
ensure-membership:

0 commit comments

Comments
 (0)