Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-08-05 17:12:26 +0300
committerGitHub <noreply@github.com>2022-08-05 17:12:26 +0300
commit739cd3a434211af17271c832cfc1505e33652ffb (patch)
treece59fe3938de71129939a1e3042096bfe4a45aa9 /.github
parentc78769ff2875346641aab2a1681907a9e8e16329 (diff)
parent7924fa01966f9695fa3c50c410baeddf309f26a5 (diff)
Merge pull request #2782 from nextcloud/feat/workflow-auto-update-node.yml
Updating node.yml workflow from template
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index bb3bbf52..9150d1f1 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -13,6 +13,9 @@ on:
- master
- stable*
+permissions:
+ contents: read
+
jobs:
build:
runs-on: ubuntu-latest