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>2022-02-25 11:57:45 +0300
committerGitHub <noreply@github.com>2022-02-25 11:57:45 +0300
commit3daf0fb07222556af5a61239e7fd8af515aec86f (patch)
tree733094cf99b4e7e0ec806395976ceed9818c6455 /.github
parent152485f789b69fdb5e9b3f8fbb2121d71db8b4a0 (diff)
Remove team check from release action (#18849)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ee8a5e9f14..15de2f8366 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -44,21 +44,6 @@ jobs:
with:
script: |
core.setFailed('Release password didn\'t match')
- - name: "Check if user is in group"
- run: |
- MEMBER=$( curl -s \
- --request GET \
- --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
- --header 'content-type: application/json' \
- --url https://api.github.com/orgs/matomo-org/teams/release-team/members \
- | jq '.[] | select(.login == "${{ github.actor }}")' )
-
- if [[ -z "$MEMBER" ]]
- then
- echo "Action was not triggered by a member with release permission"
- exit 1;
- fi
- shell: bash
- uses: actions/checkout@v2
with:
lfs: false