From 09d8fa4e677bac8f2dc321661c032d958227fef1 Mon Sep 17 00:00:00 2001 From: Alex Bigelow Date: Fri, 15 Sep 2023 15:03:48 -0700 Subject: [PATCH] Cheeky attempt to try to get org read permissions --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e730aa..7d0236e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,8 @@ permissions: contents: write jobs: build-and-deploy: + permissions: + organization: read concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession. runs-on: ubuntu-latest steps: @@ -19,7 +21,7 @@ jobs: run: | gh api graphql -f query=' query { - organization(login: "ukijs") { + organization(login: "resbazaz") { teams(first:100) { nodes { id