Skip to content

Commit 27284dd

Browse files
committed
fix(release): add environment to release pipeline
Signed-off-by: Radek Ježek <radek.jezek@ibm.com>
1 parent 607b252 commit 27284dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
jobs:
1414
agents:
1515
runs-on: ubuntu-latest
16+
environment: release
1617
strategy:
1718
matrix:
1819
agent:
@@ -77,6 +78,7 @@ jobs:
7778
beeai-platform:
7879
needs: agents
7980
runs-on: ubuntu-latest
81+
environment: release
8082
env:
8183
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8284
HELM_EXPERIMENTAL_OCI: '1'

0 commit comments

Comments
 (0)