Skip to content

Commit 8ade477

Browse files
committed
minor fixing
1 parent 48bb0cb commit 8ade477

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/environment/test.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ AWS_ROLE_ARN=arn:aws:iam::851725428481:role/AodnGitHubActionReadOnlyRole
33
CODEARTIFACT_DOMAIN=central-aodn-org-au
44
CODEARTIFACT_REPO=maven-aodn-store
55
ECR_REGISTRY=851725428481.dkr.ecr.ap-southeast-2.amazonaws.com
6-
ECR_REPOSITORY=ogcapi-java
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: test1
20+
environment: test
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)