Commit d79663c 1 parent 1906d39 commit d79663c Copy full SHA for d79663c
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
needs :
16
16
- test
17
17
runs-on : ubuntu-latest
18
+ permissions :
19
+ pull-requests : write
18
20
environment :
19
21
name : ${{ (github.ref_name == 'main') && 'staging' || format('preview-{0}', github.ref_name) }}
20
22
url : ${{ (github.ref_name == 'main') && 'https://staging.console.web3.storage/' || steps.cloudflare_url.outputs.stdout }}
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import * as DID from '@ipld/dag-ucan/did'
5
5
6
6
7
7
export const serviceURL = new URL (
8
- //'https://staging.up.web3.storage'
8
+ // 'https://staging.up.web3.storage'
9
9
process . env . NEXT_PUBLIC_W3UP_SERVICE_URL ?? 'https://up.web3.storage'
10
10
)
11
11
export const servicePrincipal = DID . parse (
12
- //'did:web:staging.web3.storage'
12
+ // 'did:web:staging.web3.storage'
13
13
process . env . NEXT_PUBLIC_W3UP_SERVICE_DID ?? 'did:web:web3.storage'
14
14
)
15
15
You can’t perform that action at this time.
0 commit comments