Skip to content

Commit c3a9d8e

Browse files
committed
try test env
1 parent d52d479 commit c3a9d8e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/environment/test.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
build_test:
1919
runs-on: ubuntu-latest
20-
environment: central
20+
environment: test
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)