Skip to content

Commit c9dcee6

Browse files
committed
fix: remove extra blank lines in env section
1 parent 2d8e8dd commit c9dcee6

4 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/daily_scan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414

1515
env:
1616
AWS_DEFAULT_REGION: us-east-1
17-
1817
permissions:
1918
id-token: write
2019
contents: read

.github/workflows/post_release_version_bump.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ on:
99

1010
env:
1111
VERSION: ${{ env.VERSION }}
12-
1312
AWS_DEFAULT_REGION: us-east-1
14-
1513
permissions:
1614
id-token: write
1715
contents: write

.github/workflows/pre_release_prepare.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ env:
1717

1818

1919
AWS_DEFAULT_REGION: us-east-1
20-
2120
permissions:
2221
contents: write
2322
pull-requests: write

.github/workflows/release_build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ on:
88

99
env:
1010
VERSION: ${{ env.VERSION }}
11-
1211
AWS_DEFAULT_REGION: us-east-1
1312
AWS_PUBLIC_ECR_REGION: us-east-1
1413
AWS_PRIVATE_ECR_REGION: us-west-2
1514
RELEASE_PUBLIC_REPOSITORY: public.ecr.aws/aws-observability/adot-autoinstrumentation-python
1615
RELEASE_PRIVATE_REPOSITORY: 020628701572.dkr.ecr.us-west-2.amazonaws.com/adot-autoinstrumentation-python
1716
RELEASE_PRIVATE_REGISTRY: 020628701572.dkr.ecr.us-west-2.amazonaws.com
1817
PACKAGE_NAME: aws-opentelemetry-distro
19-
2018
permissions:
2119
id-token: write
2220
contents: write

0 commit comments

Comments
 (0)