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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-06-13 18:12:16 +0300
committerGitHub <noreply@github.com>2022-06-13 18:12:16 +0300
commitf2143c1f599339bedc40acd403e8667fa3284dd1 (patch)
treec4a65ccd699c012068995a8e7225427b87093a68 /.github
parentcaf0e58625608c6cae64feadab31ac0c8acacdfb (diff)
parent7accbc1f62d34ea990a8bc0e2155406865805e97 (diff)
Merge pull request #1226 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 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