From 6027705b5f4aa36a3030d76d68baf59616499749 Mon Sep 17 00:00:00 2001 From: rzadp Date: Tue, 9 Apr 2024 10:20:41 +0200 Subject: [PATCH] stg stuff --- .github/workflows/publish-templates.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-templates.yml b/.github/workflows/publish-templates.yml index 64975ee4a542..ae9a7b394a4c 100644 --- a/.github/workflows/publish-templates.yml +++ b/.github/workflows/publish-templates.yml @@ -15,6 +15,7 @@ name: Synchronize templates on: + push: # A manual dispatch for now - automatic on releases later. workflow_dispatch: inputs: @@ -53,7 +54,7 @@ jobs: private_key: ${{ secrets.TEMPLATE_APP_KEY }} - uses: actions/checkout@v3 with: - repository: "paritytech/polkadot-sdk-${{ matrix.template }}-template" + repository: "paritytech-stg/polkadot-sdk-${{ matrix.template }}-template" path: "${{ env.template-path }}" token: ${{ steps.app_token.outputs.token }} - name: Install toml-cli