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

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-09-05 17:27:32 +0300
committerGitHub <noreply@github.com>2022-09-05 17:27:32 +0300
commitca99899574e4be44e0a137a1c15e56e61b15de49 (patch)
tree53981316e765de310a91f7da9f67796bbb1c5438
parent8771963e9f2cfac2f7e4cdfa0ee0856503b759f8 (diff)
parent6606a9fe76935b6f9666b84ce114ceb882cfe918 (diff)
Merge pull request #737 from nextcloud/feat/workflow-auto-update-node.yml
Updating node.yml workflow from template
-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 bb3bbf5..9150d1f 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