Skip to content

Commit 2642bc4

Browse files
committed
Restore web pubsub connection string
1 parent 3fdc5e9 commit 2642bc4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
6767
- name: 🧪 test
6868
uses: ./.github/workflows/test
69+
env:
70+
AZURE_WEBPUBSUB: ${{ secrets.AZURE_WEBPUBSUB }}
6971

7072
- name: 📦 pack
7173
run: dotnet pack -m:1

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626

2727
- name: 🧪 test
2828
uses: ./.github/workflows/test
29-
29+
env:
30+
AZURE_WEBPUBSUB: ${{ secrets.AZURE_WEBPUBSUB }}
31+
3032
- name: 📦 pack
3133
run: dotnet pack -m:1 -p:version=${GITHUB_REF#refs/*/v}
3234

0 commit comments

Comments
 (0)