We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc7f3d commit ed7aa4fCopy full SHA for ed7aa4f
.github/workflows/build-release.yml
@@ -73,7 +73,7 @@ jobs:
73
env:
74
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
75
## <<Stencil::Block(runTestEnvVars)>>
76
-
+
77
## <</Stencil::Block>>
78
## <<Stencil::Block(buildteststeps)>>
79
templates/.github/workflows/build-release.yml.tpl
@@ -32,7 +32,7 @@ jobs:
32
secret-ids: |
33
GITHUB_CUE_APP_KEY
34
## <<Stencil::Block(getMoreCiSecrets)>>
35
+{{ file.Block "getMoreCiSecrets" }}
36
37
- name: Generate a token
38
id: generate_token
0 commit comments