Skip to content

Commit f097a86

Browse files
authored
Revert "Update membership check implementation to avoid PAT requirement (#1…"
This reverts commit 78fa866.
1 parent 78fa866 commit f097a86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/coverage_runner.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
id: composite
2525
uses: hazelcast/hazelcast-tpm/membership@main
2626
with:
27+
organization-name: 'hazelcast'
2728
member-name: ${{ github.actor }}
28-
token: ${{ github.token }}
29+
token: ${{ secrets.PAT }}
2930

3031
node-versions:
3132
uses: ./.github/workflows/get-supported-node-versions.yml

0 commit comments

Comments
 (0)