Skip to content

Commit 1bfee3f

Browse files
committed
Add environment variable for bot server URL in release workflow
1 parent 0f0d756 commit 1bfee3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
permissions:
99
contents: write
1010

11+
env:
12+
VITE_BOT_SERVER_URL: ${{ vars.VITE_BOT_SERVER_URL }}
13+
1114
jobs:
1215
create-release:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)