Skip to content

Commit 32d6102

Browse files
committed
chore: use one single signed URL variable
1 parent c2af64f commit 32d6102

File tree

2 files changed

+312
-315
lines changed

2 files changed

+312
-315
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,10 @@ jobs:
6161
- name: Create env file
6262
run: |
6363
echo NAVIGATION_DATA_SIGNED_URL=${{ secrets.NAVIGATION_DATA_SIGNED_URL }} >> .env
64-
echo NAVIGATION_DATA_SIGNED_URL_V2=${{ secrets.NAVIGATION_DATA_SIGNED_URL_V2 }} >> .env
6564
6665
- name: Build WASM
6766
run: ./scripts/workflow.sh
6867

69-
# - name: Test
70-
# run: npm run test-workflow
7168

7269
- name: Upload WASM module to GitHub
7370
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)