Skip to content

Commit e9e5a83

Browse files
committed
Define these directly
Signed-off-by: Pete Wall <[email protected]>
1 parent 5693344 commit e9e5a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-alloy-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
packages: write
2323
with:
2424
charts_dir: charts
25-
cr_configfile: ${ env.CR_CONFIGFILE }
26-
ct_configfile: ${ env.CT_CONFIGFILE }
25+
cr_configfile: cr.yaml
26+
ct_configfile: charts/alloy-operator/ct.yaml
2727
secrets:
2828
vault_repo_secret_name: github-app
2929

0 commit comments

Comments
 (0)