diff --git a/.github/workflows/publish-repos.yml b/.github/workflows/publish-repos.yml index 0078934..bbff021 100644 --- a/.github/workflows/publish-repos.yml +++ b/.github/workflows/publish-repos.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: project_id: [dev-j3tpk, nonprod-j3tpk, prod-j3tpk] - template: [] # TODO: add templates + template: [hello-go] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4