Skip to content

Commit

Permalink
Maybe (?) add token correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-r-bigelow committed Sep 15, 2023
1 parent c980e9a commit 0634f25
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 @@ -17,7 +17,7 @@ jobs:
- name: Update People Info 🙂 # This pulls the latest info about who is on which github team
run: |
gh api graphql -F owner=$OWNER -F name=$REPO -f query='
gh api graphql -f query='
query {
organization(login: "resbazaz") {
teams(first:100) {
Expand All @@ -38,6 +38,8 @@ jobs:
}
}
' > _site/static/people.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy 🚀 # This step commits the contents of the _site folder into the gh-pages branch (which github serves as a website)
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 0634f25

Please sign in to comment.