Skip to content

Commit 7e93c9a

Browse files
authored
fix(actions): remove init script url (#75)
1 parent 9d221df commit 7e93c9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
script_api_url: https://wmtools-backend.interledger-test.dev/
4444
script_frontend_url: https://wmtools.interledger-test.dev/
4545
script_ilpay_url: https://interledgerpay.com/extension/
46-
script_init_url: https://cdn.webmonetization.org/
4746
steps:
4847
- name: Checkout code
4948
uses: actions/checkout@v4
@@ -67,5 +66,4 @@ jobs:
6766
${{ matrix.package.identifier == 'frontend' && format('VITE_SCRIPT_API_URL={0}', matrix.package.script_api_url) || '' }}
6867
${{ matrix.package.identifier == 'frontend' && format('VITE_SCRIPT_FRONTEND_URL={0}', matrix.package.script_frontend_url) || '' }}
6968
${{ matrix.package.identifier == 'frontend' && format('VITE_SCRIPT_ILPAY_URL={0}', matrix.package.script_ilpay_url) || '' }}
70-
${{ matrix.package.identifier == 'frontend' && format('VITE_INIT_SCRIPT_URL={0}', matrix.package.script_init_url) || '' }}
7169
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.package.name }}:${{ github.ref_name }},ghcr.io/${{ github.repository_owner }}/${{ matrix.package.name }}:latest

0 commit comments

Comments
 (0)