diff --git a/.github/workflows/misc-sync-templates.yml b/.github/workflows/misc-sync-templates.yml index 67f31df8f129..dfb7a63a8925 100644 --- a/.github/workflows/misc-sync-templates.yml +++ b/.github/workflows/misc-sync-templates.yml @@ -40,7 +40,7 @@ jobs: - name: Configure git identity run: | git config --global user.name "Template Bot" - git config --global user.email "163342540+paritytech-polkadotsdk-templatebot[bot]@users.noreply.github.com" + git config --global user.email "163130811+polkadot-sdk-template-bot-stg[bot]@users.noreply.github.com" - uses: actions/checkout@v3 with: path: polkadot-sdk @@ -49,13 +49,13 @@ jobs: id: app_token uses: actions/create-github-app-token@v1.9.3 with: - owner: "paritytech" + owner: "paritytech-stg" repositories: "polkadot-sdk-${{ matrix.template }}-template" app-id: ${{ secrets.TEMPLATE_APP_ID }} 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