We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89bea02 commit d766b8fCopy full SHA for d766b8f
.github/workflows/ogc_app_cwl.yml
@@ -53,10 +53,7 @@ jobs:
53
--tiles E051N018T3 \
54
--start-date 2021-01-01 \
55
--end-date 2022-01-01 \
56
- --in-dir RQADeforestationTestData \
57
- --out-dir test1 \
58
- --access-key $AWS_ACCESS_KEY_ID \
59
- --secret-key $AWS_SECRET_ACCESS_KEY
+ --in-dir RQADeforestationTestData
60
env:
61
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
62
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments