Skip to content

Commit

Permalink
fix: fix get more ci secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
erincgucer committed Sep 6, 2024
1 parent bdc7f3d commit ed7aa4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
## <<Stencil::Block(runTestEnvVars)>>

## <</Stencil::Block>>
## <<Stencil::Block(buildteststeps)>>

Expand Down
2 changes: 1 addition & 1 deletion templates/.github/workflows/build-release.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
secret-ids: |
GITHUB_CUE_APP_KEY
## <<Stencil::Block(getMoreCiSecrets)>>

{{ file.Block "getMoreCiSecrets" }}
## <</Stencil::Block>>
- name: Generate a token
id: generate_token
Expand Down

0 comments on commit ed7aa4f

Please sign in to comment.