You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/08/29 13:36:09 UTC

[incubator-nuttx] branch master updated: Update build.yml

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

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 767ab06ecd Update build.yml
767ab06ecd is described below

commit 767ab06ecdd02c5f45135364d007544a7460dd63
Author: Alex <93...@users.noreply.github.com>
AuthorDate: Mon Aug 29 11:01:51 2022 +0100

    Update build.yml
    
    Signed-off-by: sashashura <93...@users.noreply.github.com>
---
 .github/workflows/build.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ae8eacdfbe..aeb3afc867 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,6 +24,9 @@ on:
       - 'releases/*'
     tags:
 
+permissions:
+  contents: read
+
 concurrency:
   group: build-${{ github.event.pull_request.number || github.ref }}
   cancel-in-progress: true