Skip to content

Commit

Permalink
Cheeky attempt to try to get org read permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-r-bigelow committed Sep 15, 2023
1 parent 5b0cc57 commit 09d8fa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -19,7 +21,7 @@ jobs:
run: |
gh api graphql -f query='
query {
organization(login: "ukijs") {
organization(login: "resbazaz") {
teams(first:100) {
nodes {
id
Expand Down

0 comments on commit 09d8fa4

Please sign in to comment.