From ff62404c38dc755735fe66110321e4e5379288e8 Mon Sep 17 00:00:00 2001 From: Kevin Peng Date: Sun, 20 Apr 2025 06:48:48 +0800 Subject: [PATCH] make sure the write permissions --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8f37315..6505ee4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,8 @@ on: push: branches: - main - +permissions: + contents: write jobs: build-and-deploy: runs-on: ubuntu-latest