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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-04-15 12:59:46 +0300
committerGitHub <noreply@github.com>2022-04-15 12:59:46 +0300
commit0351f987b8196d1082d1a6a11c8ed1a53fa27a9b (patch)
treea63f105f16eaf1f4252475d633306527fd260424 /.github
parent0cce89870773677948d0bce5f5bc1a5ff34c2170 (diff)
Security: Limit permissions in workflows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 81c6af733..00f910d8e 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -2,6 +2,9 @@ name: Android CI
on: [push, pull_request]
+permissions:
+ contents: read
+
jobs:
validation:
name: Validate Gradle Wrapper
@@ -57,4 +60,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: app-dev-debug
- path: app/build/outputs/apk/dev/debug/app-dev-debug.apk \ No newline at end of file
+ path: app/build/outputs/apk/dev/debug/app-dev-debug.apk