Skip to content

Commit fe52ff7

Browse files
committed
fix: use new github token
1 parent fc900d0 commit fe52ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Check team membership
2020
id: check_team
2121
run: |
22-
IS_MEMBER=$(./.github/scripts/check_team_membership.sh "${{ github.actor }}" "${{ secrets.GITHUB_TOKEN }}")
22+
IS_MEMBER=$(./.github/scripts/check_team_membership.sh "${{ github.actor }}" "${{ secrets.UNITY_IMMUTABLE_SDK_GITHUB_TOKEN }}")
2323
if [[ "$IS_MEMBER" != "true" ]]; then
2424
echo "Not a member of the SDK team, skipping update"
2525
exit 1

0 commit comments

Comments
 (0)