This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new aafa348  [Improve] deploy permissions bug fixed. (#410)
aafa348 is described below

commit aafa348464b36b650b699014240e30ac7c43b9a0
Author: benjobs <[email protected]>
AuthorDate: Tue Aug 20 14:19:37 2024 +0800

    [Improve] deploy permissions bug fixed. (#410)
---
 .github/workflows/deploy.yaml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 36f0bb1..9446a00 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -23,14 +23,11 @@ on:
       - dev
   pull_request:
 
-permissions:
-  contents: read
-  pull-requests: write
-  statuses: write
-
 jobs:
   deploy:
     runs-on: ubuntu-latest
+    permissions:
+      contents: write
     steps:
       - uses: actions/checkout@v4
       - uses: pnpm/action-setup@v4

Reply via email to