Skip to content

Commit a929354

Browse files
committed
add aws default region to udp workflow
1 parent 206c8c3 commit a929354

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
description: 'Version number for deployment e.g. 0.1.0'
1111
required: true
1212
type: string
13+
env:
14+
AWS_DEFAULT_REGION: us-east-1
1315

1416
jobs:
1517
build-test-publish:

0 commit comments

Comments
 (0)