From 29504ee81cf5b03946e3ef560d7a5b2bf6badc84 Mon Sep 17 00:00:00 2001 From: jill64 Date: Sat, 21 Dec 2024 01:06:27 +0900 Subject: [PATCH 1/3] chore: add pull_request_target event to GitHub workflows --- .github/workflows/deploy-test-buffered.yml | 2 ++ .github/workflows/deploy-test.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/deploy-test-buffered.yml b/.github/workflows/deploy-test-buffered.yml index c6f9a29f..933caaec 100644 --- a/.github/workflows/deploy-test-buffered.yml +++ b/.github/workflows/deploy-test-buffered.yml @@ -5,6 +5,8 @@ on: branches: main pull_request: branches: main + pull_request_target: + branches: main concurrency: deploy-test-buffered${{ (github.event_name == 'pull_request' && '-dev') || '' }} diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index ade618fb..cdc66bc9 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -5,6 +5,8 @@ on: branches: main pull_request: branches: main + pull_request_target: + branches: main concurrency: deploy-test${{ (github.event_name == 'pull_request' && '-dev') || '' }} From 92a87b4c876f9f84a4981b260d52599f83bf825a Mon Sep 17 00:00:00 2001 From: jill64 Date: Sat, 21 Dec 2024 01:07:46 +0900 Subject: [PATCH 2/3] chore: remove 'environment: dev' from workflow files --- .github/workflows/deploy-test-buffered.yml | 2 -- .github/workflows/deploy-test.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/deploy-test-buffered.yml b/.github/workflows/deploy-test-buffered.yml index 933caaec..56efc1b8 100644 --- a/.github/workflows/deploy-test-buffered.yml +++ b/.github/workflows/deploy-test-buffered.yml @@ -16,7 +16,6 @@ jobs: matrix: architecture: [lambda-mono, lambda-s3, edge-unbundled] runs-on: ubuntu-latest - environment: dev steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 @@ -54,7 +53,6 @@ jobs: matrix: architecture: [lambda-mono, lambda-s3, edge-unbundled] runs-on: ubuntu-latest - environment: dev steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index cdc66bc9..f95837c2 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -16,7 +16,6 @@ jobs: matrix: architecture: [lambda-mono, lambda-s3, edge-bundled, edge-unbundled] runs-on: ubuntu-latest - environment: dev steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 @@ -53,7 +52,6 @@ jobs: matrix: architecture: [lambda-mono, lambda-s3, edge-bundled, edge-unbundled] runs-on: ubuntu-latest - environment: dev steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 From fc910cdb0b000673f92fdbcb7ae9e98448bb5837 Mon Sep 17 00:00:00 2001 From: "wraith-ci[bot]" Date: Fri, 20 Dec 2024 16:09:06 +0000 Subject: [PATCH 3/3] chore: synchronize package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5dd969b..a2d3a593 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "repository": { "type": "git", "url": "git+https://github.com/jill64/sveltekit-adapter-aws.git", - "image": "https://opengraph.githubassets.com/4120f79490bffbe7a154224116677366b5f3cd37e11f5f711bbcb1d5bf130806/jill64/sveltekit-adapter-aws" + "image": "https://opengraph.githubassets.com/253d2596764f78f09128d4733176688fe72246f27016db80c7e0a2e706beae1c/jill64/sveltekit-adapter-aws" }, "publishConfig": { "access": "public"