Skip to content

Commit 7d82d32

Browse files
committed
fix: remove extra blank lines in env section
1 parent 9419b00 commit 7d82d32

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/daily-scan.yml

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

1717
env:
1818
AWS_DEFAULT_REGION: us-east-1
19-
2019
permissions:
2120
id-token: write
2221
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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

0 commit comments

Comments
 (0)