Skip to content

Commit

Permalink
stg stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Apr 9, 2024
1 parent 6feb910 commit 6027705
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ name: Synchronize templates


on:
push:
# A manual dispatch for now - automatic on releases later.
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6027705

Please sign in to comment.