You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/10/07 12:57:42 UTC

[skywalking-website] branch master updated: Update deploy.yaml

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new cfdc480492 Update deploy.yaml
cfdc480492 is described below

commit cfdc480492fc75d87cbacd94a9c3ad1f6183dcaa
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Oct 7 20:57:39 2022 +0800

    Update deploy.yaml
---
 .github/workflows/deploy.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index e3cc9b6182..63c7c5cd75 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -28,7 +28,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     permissions:
-      actions: write
+      contents: write
 
     steps:
       - uses: actions/checkout@v2