From 43a57977db6b3463d017eeb8840d97561ee23776 Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Mon, 7 Oct 2024 10:26:40 -0400 Subject: [PATCH 1/2] Fix deploy to wp.org job --- .github/workflows/deploy-to-wordpress.org.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-to-wordpress.org.yml b/.github/workflows/deploy-to-wordpress.org.yml index 8dcee29..204dead 100644 --- a/.github/workflows/deploy-to-wordpress.org.yml +++ b/.github/workflows/deploy-to-wordpress.org.yml @@ -8,6 +8,7 @@ jobs: tag: name: New tag runs-on: ubuntu-latest + environment: actions # Environment Secrets are scoped inside of the "actions" environment. steps: - uses: actions/checkout@master - name: WordPress Plugin Deploy From fd9d0998ae4d0bae3c62551a148fe9cc3ddf3b2f Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Mon, 7 Oct 2024 10:27:37 -0400 Subject: [PATCH 2/2] Add changeset --- .changeset/light-impalas-argue.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/light-impalas-argue.md diff --git a/.changeset/light-impalas-argue.md b/.changeset/light-impalas-argue.md new file mode 100644 index 0000000..b284e84 --- /dev/null +++ b/.changeset/light-impalas-argue.md @@ -0,0 +1,5 @@ +--- +"wpgraphql-ide": patch +--- + +chore: set workflow environment