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

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-06-12 12:50:58 +0300
committerGitHub <noreply@github.com>2022-06-12 12:50:58 +0300
commita94a84643777f888d35ee1c7cbf2f1c7ba78132e (patch)
tree9a6779b83586559e882982630c0ccb73951cc9fa
parent948ae25631235eaccbd4c6925ea77f5fc3b02b10 (diff)
parentc687bd2859ef40ac0e85bf6fb0258a4192e8f3c5 (diff)
Merge pull request #361 from nextcloud/feat/workflow-auto-update-node.yml
-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