diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 4ec327f..94155fb 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -31,6 +31,9 @@ jobs: with: secret-ids: | GITHUB_CODE_UPGRADE_ENGINE_APP_KEY + ## <> + + ## <> - name: Generate a token id: generate_token uses: actions/create-github-app-token@v1 @@ -69,6 +72,9 @@ jobs: run: mise run runtest env: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} + ## <> + + ## <> ## <> ## <> diff --git a/templates/.github/workflows/build-release.yml.tpl b/templates/.github/workflows/build-release.yml.tpl index 35b5462..174296d 100644 --- a/templates/.github/workflows/build-release.yml.tpl +++ b/templates/.github/workflows/build-release.yml.tpl @@ -31,6 +31,9 @@ jobs: with: secret-ids: | GITHUB_CODE_UPGRADE_ENGINE_APP_KEY + ## <> + + ## <> - name: Generate a token id: generate_token uses: actions/create-github-app-token@v1 @@ -69,6 +72,9 @@ jobs: run: mise run runtest env: GITHUB_TOKEN: {{ "${{ steps.generate_token.outputs.token }}" }} + ## <> + {{ file.Block "runTestEnvVars" }} + ## <> ## <> {{ file.Block "arguments" }} ## <>