We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc900d0 commit fe52ff7Copy full SHA for fe52ff7
.github/workflows/update-version.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Check team membership
20
id: check_team
21
run: |
22
- IS_MEMBER=$(./.github/scripts/check_team_membership.sh "${{ github.actor }}" "${{ secrets.GITHUB_TOKEN }}")
+ IS_MEMBER=$(./.github/scripts/check_team_membership.sh "${{ github.actor }}" "${{ secrets.UNITY_IMMUTABLE_SDK_GITHUB_TOKEN }}")
23
if [[ "$IS_MEMBER" != "true" ]]; then
24
echo "Not a member of the SDK team, skipping update"
25
exit 1
0 commit comments