This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 239f092 build: explicit configure write permission
239f092 is described below
commit 239f092ae36eb8c890a98e882eb75c7a04c13a5a
Author: tison <[email protected]>
AuthorDate: Tue Aug 20 16:30:35 2024 +0800
build: explicit configure write permission
---
.github/workflows/deploy.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index ee8a647..685fd2f 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -26,6 +26,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
+ permissions:
+ contents: write
steps:
- uses: actions/checkout@v3
with: