Skip to content

Commit 93c7d05

Browse files
authored
fix(ci): add VRCHAT_GROUP_ID env
1 parent cb7dbc8 commit 93c7d05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
VRCHAT_PASSWORD: ${{ secrets.VRCHAT_PASSWORD }}
4040
VRCHAT_TOTP_SECRET: ${{ secrets.VRCHAT_TOTP_SECRET }}
4141
VRCHAT_FRIEND_ID: ${{ secrets.VRCHAT_FRIEND_ID }}
42+
VRCHAT_GROUP_ID: ${{ secrets.VRCHAT_GROUP_ID }}
4243
- name: Push changes
4344
continue-on-error: true
4445
if: always()
@@ -48,4 +49,4 @@ jobs:
4849
4950
git add . -A
5051
git commit -m "ci(test: $(date -I)): new changes"
51-
git push
52+
git push

0 commit comments

Comments
 (0)