Skip to content

Commit 4c1eb58

Browse files
committed
adding release safety via environment
1 parent 5255564 commit 4c1eb58

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ permissions:
2121

2222
jobs:
2323
build:
24+
environment: Release
2425
runs-on: ubuntu-latest
2526
steps:
2627
- uses: actions/checkout@v4

.github/workflows/release-lambda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ permissions:
2121

2222
jobs:
2323
build-layer:
24+
environment: Release
2425
runs-on: ubuntu-latest
2526
outputs:
2627
aws_regions_json: ${{ steps.set-matrix.outputs.aws_regions_json }}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
id-token: write
2222

2323
release-udp-exporter:
24+
environment: Release
2425
runs-on: ubuntu-latest
2526
needs: validate-udp-exporter-e2e-test
2627
steps:

0 commit comments

Comments
 (0)