We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52d479 commit c3a9d8eCopy full SHA for c3a9d8e
2 files changed
.github/environment/test.env
@@ -0,0 +1,6 @@
1
+AWS_REGION=ap-southeast-2
2
+AWS_ROLE_ARN=arn:aws:iam::851725428481:role/AodnGitHubActionsRole
3
+CODEARTIFACT_DOMAIN=central-aodn-org-au
4
+CODEARTIFACT_REPO=maven-aodn-store
5
+ECR_REGISTRY=851725428481.dkr.ecr.ap-southeast-2.amazonaws.com
6
+ECR_REPOSITORY=ogcapi-java
.github/workflows/test.yml
@@ -17,7 +17,7 @@ permissions:
17
jobs:
18
build_test:
19
runs-on: ubuntu-latest
20
- environment: central
+ environment: test
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v4
0 commit comments