Skip to content

Commit f65138f

Browse files
committed
Add azure properties to example validation step
1 parent 4c29c35 commit f65138f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/prs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ jobs:
133133
AWS_SECRET_KEY: ${{secrets.AWS_SECRET_KEY}}
134134
GCP_STORAGE_BUCKET: ${{secrets.GCP_STORAGE_BUCKET}}
135135
GOOGLE_APPLICATION_CREDENTIALS: ${{env.GOOGLE_APPLICATION_CREDENTIALS}}
136+
AZURE_STORAGE_BUCKET: ${{ secrets.AZURE_STORAGE_BUCKET }}
137+
AZURE_STORAGE_ENDPOINT: ${{ secrets.AZURE_STORAGE_ENDPOINT }}
138+
AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
136139

137140
- name: Validate gettingstarteds
138141
run: |

0 commit comments

Comments
 (0)