-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update pr.yml to use github actor (#223)
* feat: update pr.yml to use github actor * fix: update test file * fix: update collection name in test.json * fix: rename file * fix: attempt to trigger workflow with modified file * fix: try triggering action again * fix: yet another attempt to trigger, add logging of added_files count * fix: debug api response * fix: add more debugging * fix: add more debugging * fix: add debugging to jwt headers and payload * fix: set iss to id not str * fix: prepend header payload to generated signature * fix: update debugging messages * fix: remove old debugging logs, uncomment to set installation id * fix: remove renaming of repo * feat: add step to authenticate with GitHub app * fix: set git config user name and email to github actions bot * fix: remove github token in create veda-config pr step * fix: add debugging for auth * fix: try using actor for user name and email * fix: cleanup * fix: rename create new dataset-config * fix: try adding new config again * fix: add empty test.json * Update .github/workflows/pr.yml * fix: update to retrieve email from env var
- Loading branch information
Showing
3 changed files
with
97 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
ingestion-data/staging/dataset-config/test-pr-gh-actor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"collection": "hls-swir-falsecolor-composite-TEST-GH-ACTOR", | ||
"title": "HLS SWIR FalseColor Composite", | ||
"spatial_extent": { | ||
"xmin": -156.75, | ||
"ymin": 20.80, | ||
"xmax": -156.55, | ||
"ymax": 20.94 | ||
}, | ||
"temporal_extent": { | ||
"startdate": "2023-08-08T00:00:00Z", | ||
"enddate": "2023-08-08T23:59:59Z" | ||
}, | ||
"data_type": "cog", | ||
"license": "CC0-1.0", | ||
"description": "HLS falsecolor composite imagery using Bands 12, 8A, and 4.", | ||
"is_periodic": false, | ||
"time_density": "day", | ||
"sample_files": [ | ||
"s3://veda-data-store-staging/maui-fire/Lahaina_HLS_2023-08-08_SWIR_falsecolor_cog.tif", | ||
"s3://veda-data-store-staging/maui-fire/Lahaina_HLS_2023-08-13_SWIR_falsecolor_cog.tif" | ||
], | ||
"discovery_items": [ | ||
{ | ||
"discovery": "s3", | ||
"prefix": "maui-fire/", | ||
"bucket": "veda-data-store-staging", | ||
"filename_regex": "(.*)SWIR_falsecolor(.*).tif$" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +0,0 @@ | ||
{ | ||
"collection": "hls-swir-falsecolor-composite-THIRD-TEST", | ||
"title": "HLS SWIR FalseColor Composite", | ||
"spatial_extent": { | ||
"xmin": -156.75, | ||
"ymin": 20.80, | ||
"xmax": -156.55, | ||
"ymax": 20.94 | ||
}, | ||
"temporal_extent": { | ||
"startdate": "2023-08-08T00:00:00Z", | ||
"enddate": "2023-08-08T23:59:59Z" | ||
}, | ||
"data_type": "cog", | ||
"license": "CC0-1.0", | ||
"description": "HLS falsecolor composite imagery using Bands 12, 8A, and 4.", | ||
"is_periodic": false, | ||
"time_density": "day", | ||
"sample_files": [ | ||
"s3://veda-data-store-staging/maui-fire/Lahaina_HLS_2023-08-08_SWIR_falsecolor_cog.tif", | ||
"s3://veda-data-store-staging/maui-fire/Lahaina_HLS_2023-08-13_SWIR_falsecolor_cog.tif" | ||
], | ||
"discovery_items": [ | ||
{ | ||
"discovery": "s3", | ||
"prefix": "maui-fire/", | ||
"bucket": "veda-data-store-staging", | ||
"filename_regex": "(.*)SWIR_falsecolor(.*).tif$" | ||
} | ||
] | ||
} | ||