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