Skip to content

Commit ed7aa4f

Browse files
committed
fix: fix get more ci secrets
1 parent bdc7f3d commit ed7aa4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
7575
## <<Stencil::Block(runTestEnvVars)>>
76-
76+
7777
## <</Stencil::Block>>
7878
## <<Stencil::Block(buildteststeps)>>
7979

templates/.github/workflows/build-release.yml.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
secret-ids: |
3333
GITHUB_CUE_APP_KEY
3434
## <<Stencil::Block(getMoreCiSecrets)>>
35-
35+
{{ file.Block "getMoreCiSecrets" }}
3636
## <</Stencil::Block>>
3737
- name: Generate a token
3838
id: generate_token

0 commit comments

Comments
 (0)