Skip to content

Commit

Permalink
feat: move to static@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbottigliero committed Mar 22, 2024
1 parent 57375c8 commit bdf7309
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ concurrency:

jobs:
static:
uses: from-static/actions/.github/workflows/static.yml@v1
uses: from-static/actions/.github/workflows/static.yml@v2
36 changes: 20 additions & 16 deletions static.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"_static": {
"generator": "globus/static-data-portal"
},
"content": {
"title": "Modern Research Data Portal",
"privacy_policy": "This is an example privacy policy – you should replace this with your own policy.",
"terms_of_service": "This is an example terms of service – you should replace this with your own terms."
},
"globus": {
"application": {
"client_id": "fa198f1c-d1d5-407e-b2e1-67afdff1e1a9"
},
"transfer": {
"collection_id": "a6f165fa-aee2-4fe5-95f3-97429c28bf82",
"path": "/portal/catalog/"
"_static": {
"generator": "globus/static-data-portal"
},
"data": {
"version": "1.0.0",
"attributes": {
"content": {
"title": "Modern Research Data Portal",
"privacy_policy": "This is an example privacy policy – you should replace this with your own policy.",
"terms_of_service": "This is an example terms of service – you should replace this with your own terms."
},
"globus": {
"application": {
"client_id": "fa198f1c-d1d5-407e-b2e1-67afdff1e1a9"
},
"transfer": {
"collection_id": "a6f165fa-aee2-4fe5-95f3-97429c28bf82",
"path": "/portal/catalog/"
}
}
}
}
}

0 comments on commit bdf7309

Please sign in to comment.