Skip to content

Commit 66cc967

Browse files
committed
feat: scope PAT-using release/publish jobs to 'release' environment
1 parent 7db42cb commit 66cc967

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
update-chart:
8686
name: Update Helm chart
8787
runs-on: ubuntu-24.04
88+
environment: release
8889
needs: [publish-docker]
8990

9091
steps:

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
release:
3737
name: Trigger release
3838
runs-on: ubuntu-24.04
39+
environment: release
3940
permissions:
4041
contents: write
4142

0 commit comments

Comments
 (0)