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:46:14 UTC

[skywalking-website] branch master updated: Add write permission to build action.

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 9da01e974e Add write permission to build action.
9da01e974e is described below

commit 9da01e974e489e2fd77080554b1cee62054edc18
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Oct 7 20:46:10 2022 +0800

    Add write permission to build action.
---
 .github/workflows/deploy.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index e652db775d..e3cc9b6182 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -27,6 +27,8 @@ on:
 jobs:
   build:
     runs-on: ubuntu-latest
+    permissions:
+      actions: write
 
     steps:
       - uses: actions/checkout@v2