From d5fca63f9e270b6f6667fe1fa703fe780bd894ef Mon Sep 17 00:00:00 2001 From: Candy Tsai Date: Fri, 30 Aug 2024 11:48:35 +0800 Subject: [PATCH] Test with a8c repo --- .../{pr-preview-plugin.yml => publish-plugin-zip.yml} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{pr-preview-plugin.yml => publish-plugin-zip.yml} (74%) diff --git a/.github/workflows/pr-preview-plugin.yml b/.github/workflows/publish-plugin-zip.yml similarity index 74% rename from .github/workflows/pr-preview-plugin.yml rename to .github/workflows/publish-plugin-zip.yml index 5c69ba9..0db1579 100644 --- a/.github/workflows/pr-preview-plugin.yml +++ b/.github/workflows/publish-plugin-zip.yml @@ -1,4 +1,4 @@ -name: Create PR Preview Plugin +name: Publish plugin to Automattic/create-content-model-releases repository on: pull_request: @@ -37,7 +37,7 @@ jobs: SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} with: source-directory: "output" - destination-github-username: "candy02058912" - destination-repository-name: "test-blueprint-artifact" - user-email: candy.tsai@automattic.com - target-branch: main + destination-github-username: "automattic" + destination-repository-name: "create-content-model-releases" + user-name: ${{ github.actor }} + target-branch: latest