From c21f5a4e6d368fc9724b9d8bb147727a2be4d0d5 Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Sun, 5 Nov 2023 11:49:23 +0530 Subject: [PATCH 1/2] add docs for the sample application --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5f25cfd --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Serverless PHP with Bref and LocalStack From 11d25871aeb42d57c6b9dedcba8981302e320482 Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Sun, 5 Nov 2023 11:53:21 +0530 Subject: [PATCH 2/2] add permissions to fix the issue --- .github/workflows/ci-preview.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-preview.yml b/.github/workflows/ci-preview.yml index d8d5cc2..1a021d1 100644 --- a/.github/workflows/ci-preview.yml +++ b/.github/workflows/ci-preview.yml @@ -6,6 +6,9 @@ on: jobs: test: + permissions: + contents: write + pull-requests: write runs-on: ubuntu-latest timeout-minutes: 15 steps: