Skip to content

Commit 887f60c

Browse files
committed
Update package name and deploy service account
1 parent 7d0593a commit 887f60c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
NEXT_PUBLIC_OPENCHAIN_API_URL=https://api.openchain.xyz
1+
# NEXT_PUBLIC_OPENCHAIN_API_URL=https://api.openchain.xyz
2+
NEXT_PUBLIC_OPENCHAIN_API_URL=https://api.4byte.sourcify.dev
23
NEXT_PUBLIC_UMAMI_WEBSITE_ID=your-website-id

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
uses: "google-github-actions/auth@v2"
2525
with:
2626
workload_identity_provider: "projects/1019539084286/locations/global/workloadIdentityPools/github/providers/sourcify"
27-
service_account: "sourcify-4bytes[email protected]"
27+
service_account: "sourcify-4byte[email protected]"
2828

2929
- name: "auth main"
3030
if: github.ref == 'refs/heads/main'
3131
uses: "google-github-actions/auth@v2"
3232
with:
3333
workload_identity_provider: "projects/1019539084286/locations/global/workloadIdentityPools/github/providers/sourcify"
34-
service_account: "sourcify-4bytes[email protected]"
34+
service_account: "sourcify-4byte[email protected]"
3535

3636
- name: Set up Node.js
3737
uses: actions/setup-node@v3

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "4bytes.sourcify.dev",
3-
"version": "0.1.0",
2+
"name": "4byte.sourcify.dev",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

0 commit comments

Comments
 (0)