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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2021-08-04 11:16:16 +0300
committerGitHub <noreply@github.com>2021-08-04 11:16:16 +0300
commite6f4a6a4b9bc70e4708c3b020fa50874a2c150d9 (patch)
tree0be3fc964cbbedc1cee3ca10d9004983060ef49b /.github
parent4961914bebe1100eaabcf39a19b88006341bb086 (diff)
Action permissions can't be set on step level (#17857)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/buildtrackerjs.yml4
-rw-r--r--.github/workflows/submodules.yml2
-rw-r--r--.github/workflows/translations.yml4
3 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/buildtrackerjs.yml b/.github/workflows/buildtrackerjs.yml
index e240331759..8f5974a8dc 100644
--- a/.github/workflows/buildtrackerjs.yml
+++ b/.github/workflows/buildtrackerjs.yml
@@ -50,14 +50,10 @@ jobs:
echo ::set-output name=branch::$REF
if: github.event.comment.body == 'build js'
- uses: actions/setup-java@v1
- permissions:
- contents: none
with:
java-version: 9
if: steps.vars.outputs.branch != ''
- uses: actions/checkout@v2
- permissions:
- contents: read
with:
ref: ${{ steps.vars.outputs.branch }}
lfs: false
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml
index b4daa3b7e3..5a3ad7b90b 100644
--- a/.github/workflows/submodules.yml
+++ b/.github/workflows/submodules.yml
@@ -24,8 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- permissions:
- contents: read
with:
ref: '4.x-dev'
lfs: false
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml
index d2d2edd5bb..61567a4d37 100644
--- a/.github/workflows/translations.yml
+++ b/.github/workflows/translations.yml
@@ -35,13 +35,9 @@ jobs:
steps:
- uses: shivammathur/setup-php@36cb9fb0fccf887130d6c5a3d40a3b3479310026
- permissions:
- contents: none
with:
php-version: '7.3'
- uses: actions/checkout@v2
- permissions:
- contents: read
with:
ref: '4.x-dev'
lfs: false